dashatur65/claritas
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Claritas Chrome Extension Claritas is a Chrome extension designed to analyze webpage content for reliability, fake news, propaganda, and scams/phishing. It provides a visual representation of the analysis and suggests reliable alternatives if the content is deemed unreliable. ## Features - Analyze webpage content for fake news, propaganda, scams/phishing, and overall reliability. - Display analysis results with smooth animations. - Save and retrieve user-defined reliability thresholds. - Provide reliable alternatives for unreliable content. - User-friendly interface with modals for profile and settings management. ## Installation 1. Download the entire folder. 2. Open Chrome and navigate to chrome://extensions/. 3. Enable "Developer mode" by toggling the switch in the top right corner. 4. Click on "Load unpacked" and select the cloned repository folder. Usage - Click on the Claritas extension icon in the Chrome toolbar. - Log in or sign up to create a user profile. - Set your reliability threshold in the profile modal. - Click the "Scan" button to analyze the current webpage content. - View the analysis results, including scores for fake news, propaganda, scams/phishing, and overall reliability. - If the content is unreliable, a reliable alternative will be suggested. File Structure content.js: Script injected into the webpage to extract and analyze content. popup.js: Script for the extension's popup interface, handling user interactions and displaying results. styles.css: Stylesheet for the extension's popup interface, including animations and layout. manifest.json: Configuration file for the Chrome extension.