Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)