Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdullahkalim21/text-formatter
A minimalist Chrome extension to format text effortlessly. Transform text into different cases (UPPERCASE, lowercase, etc.) and copy the results directly from the popup.
https://github.com/abdullahkalim21/text-formatter
chrome-extension text-formatting
Last synced: 7 days ago
JSON representation
A minimalist Chrome extension to format text effortlessly. Transform text into different cases (UPPERCASE, lowercase, etc.) and copy the results directly from the popup.
- Host: GitHub
- URL: https://github.com/abdullahkalim21/text-formatter
- Owner: abdullahkalim21
- Created: 2024-11-27T10:24:06.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-16T12:27:41.000Z (17 days ago)
- Last Synced: 2024-12-16T13:36:57.961Z (17 days ago)
- Topics: chrome-extension, text-formatting
- Language: CSS
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🆎 Text Formatter Chrome Extension 🔤
A minimalist Chrome extension to format text effortlessly. Transform text into different cases (UPPERCASE, lowercase, etc.) and copy the results directly from the popup.
## Features
- __CAPITALIZE WHOLE TEXT:__ Convert the entire text to uppercase.
- __Capitalize Initial Letters:__ Capitalize the first letter of each word.
- __Capitalize first letter:__ Capitalize only the first letter of the text.
- __lowercase all letters:__ Convert the entire text to lowercase.
- __Copy Result:__ Copy the transformed text to the clipboard with a single click.## Installation 📥
1. Clone this repository to your local machine:
```bash
git clone https://github.com/abdullahkalim21/text-formatter.git
```
2. Load Extension in Chrome
- Open Chrome and navigate to `chrome://extensions/`.
3. Enable __Developer mode__ (toggle in the upper right corner).
4. Click `Load unpacked` and select the folder where you cloned this repository.## Usage
1. Click on the Text Formatter icon in the Chrome toolbar to open the popup.
2. Type or paste text into the input field.
3. Choose a transformation option:
__- CAPITALIZE WHOLE TEXT__
__- Capitalize Initial Letters__
__- Capitalize first letter__
__- lowercase all letters__4. View the result in the output box.
5. Click Copy Result to copy the transformed text to the clipboard.
6. A notification will appear confirming the text has been copied.---
## Preview
### User Interface
![User Interface of TEXT-Formatter](./images/text-formatter-user-interface.png)### Sample Text Formatting
![Sample Text Formatting in TEXT-Formatter](./images/sample-text-in-text-formatter.png)### Copy Resultant Text
![Copy Resultant text in TEXT-Formatter](./images/copy-resultant-text-from-text-formatter.png)