Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rupanjana15/beforreal-extension
A minimal Chrome extension using Manifest v3 that lets you right-click on selected text to predict if it contains sarcasm.
https://github.com/rupanjana15/beforreal-extension
brave-extension chrome-extension firefox-extension manifest-v3
Last synced: about 1 month ago
JSON representation
A minimal Chrome extension using Manifest v3 that lets you right-click on selected text to predict if it contains sarcasm.
- Host: GitHub
- URL: https://github.com/rupanjana15/beforreal-extension
- Owner: rupanjana15
- Created: 2024-11-11T16:53:36.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T14:47:31.000Z (about 2 months ago)
- Last Synced: 2024-11-12T15:36:44.613Z (about 2 months ago)
- Topics: brave-extension, chrome-extension, firefox-extension, manifest-v3
- Language: JavaScript
- Homepage:
- Size: 279 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# beforreal extension 🧐
![Chrome Extension](https://img.shields.io/badge/Chrome-Extension-blue)
![Manifest Version](https://img.shields.io/badge/Manifest-v3-brightgreen)
![JavaScript](https://img.shields.io/badge/JavaScript-ES6-yellow)A minimal Chrome extension using Manifest v3 that lets you right-click on selected text to predict if it contains sarcasm.
## Features
- **Quick Access**: Simply highlight text, right-click, and select “Check for Sarcasm” to get instant feedback.
- **API-Integrated**: Utilizes the Sarcasm Detection API for real-time predictions.
- **Manifest V3 Compliant**: Built with the latest Chrome extension architecture.## Installation
1. Clone or download this repository.
2. Open **chrome://extensions** in your Chrome browser.
3. Enable **Developer mode**.
4. Click on **Load unpacked** and select the extension folder.## Usage
1. Highlight any text on a webpage.
2. Right-click and select **Check for Sarcasm** from the context menu.
3. A notification will display the sarcasm prediction.## Tech Stack
- **Manifest Version**: V3
- **Language**: JavaScript (ES6+)## License
[MIT License](./LICENSE)