https://github.com/singhalaadi/case-converter-extension
CASE-CONVERTER is a Chrome extension that converts all lowercase letters on a webpage to uppercase and also back to its original form. It allows users to transform text on any webpage with a single click.
https://github.com/singhalaadi/case-converter-extension
case-conversion extension-chrome javascript
Last synced: about 2 months ago
JSON representation
CASE-CONVERTER is a Chrome extension that converts all lowercase letters on a webpage to uppercase and also back to its original form. It allows users to transform text on any webpage with a single click.
- Host: GitHub
- URL: https://github.com/singhalaadi/case-converter-extension
- Owner: singhalaadi
- Created: 2025-02-19T15:40:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-05T04:38:49.000Z (over 1 year ago)
- Last Synced: 2025-10-07T00:44:04.935Z (9 months ago)
- Topics: case-conversion, extension-chrome, javascript
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CASE-CONVERTER EXTENSION
## Introduction
CASE-CONVERTER is a Chrome extension that converts all lowercase letters on a webpage to uppercase and also back to its original form. It allows users to transform text on any webpage with a single click.
## Installation
1. Download or clone this repository.
2. Open **Google Chrome** and navigate to `chrome://extensions/`.
3. Enable **Developer mode** (toggle in the top right corner).
4. Click **Load unpacked** and select the project folder.
5. The extension will now appear in the Chrome toolbar.
## Usage
1. Navigate to any webpage.
2. Click the **CASE-CONVERTER** extension icon.
3. Click the **"Convert Text"** button.
4. Click the **Revert** button to change the converted text back.
5. All text on the page will be transformed into uppercase.
## Features
- Converts all lowercase text on a webpage to uppercase.
- Reverts the converted text back to original form on a webpage.
- Works on most websites (except Chrome system pages).
- Simple one-click transformation.
## Permissions
The extension requires the following permissions:
- **activeTab** – To access the currently open tab.
- **scripting** – To inject the script that modifies text on the page.
## Files and Structure
- **manifest.json** – Defines extension metadata and permissions.
- **popup.html** – UI structure with a button for conversion.
- **popup.js** – Handles button clicks and executes the script on the page.
- **icon.png** – Extension icon.
## Contributors
- **Aaditya Singhal** (Author)
## License
This project is licensed under the **MIT License**.