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

https://github.com/akibhossainomi/fontforger

FontForger is a Chrome extension that allows users to easily toggle between uppercase and lowercase text in any editable field with simple keyboard shortcuts. It is designed to enhance productivity when working with forms, text areas, and content-editable elements, eliminating the need for manual typing or formatting.
https://github.com/akibhossainomi/fontforger

chrome-extension productivity text-case-converter text-formatting

Last synced: 4 months ago
JSON representation

FontForger is a Chrome extension that allows users to easily toggle between uppercase and lowercase text in any editable field with simple keyboard shortcuts. It is designed to enhance productivity when working with forms, text areas, and content-editable elements, eliminating the need for manual typing or formatting.

Awesome Lists containing this project

README

        

# FontForger Chrome Extension

FontForger is a simple and efficient Chrome extension that allows you to easily convert selected text to uppercase or lowercase using simple keyboard shortcuts. It's perfect for quick text formatting in any editable field on the web.

## Features
- **Uppercase Conversion**: Select text in any editable field and press **Ctrl + Shift + U** to change it to uppercase.
- **Lowercase Conversion**: Select text in any editable field and press **Ctrl + Shift + L** to change it to lowercase.
- Easy to use with no complex settings!

## Installation

### 1. Clone the Repository Using Git

- Open your terminal or Git Bash.
- Clone the repository by running the following command:

```bash
git clone https://github.com/AkibHossainOmi/FontForger

### 2. Install the Extension in Chrome

1. Open Chrome and go to `chrome://extensions/`.
2. Enable **Developer mode** at the top right.
3. Click on the **Load unpacked** button.
4. Select the repository folder saved in your device.

### 3. Activate the Extension

Once the extension is installed, it will appear as an icon in the top-right corner of the browser. You can now use the following keyboard shortcuts to change the text case:

- **Ctrl + Shift + U**: Converts selected text to **uppercase**.
- **Ctrl + Shift + L**: Converts selected text to **lowercase**.

## Usage

1. Navigate to any webpage with editable text (such as a text input, textarea, or content-editable element).
2. Select the text you want to modify.
3. Use the following keyboard shortcuts to change the text case:
- Press **Ctrl + Shift + U** to convert the text to **uppercase**.
- Press **Ctrl + Shift + L** to convert the text to **lowercase**.

## Permissions

- The extension doesn't require any special permissions and works within editable text fields across any webpage.

## Known Issues

- If the icon doesn’t show up in the toolbar, try reloading the extension in `chrome://extensions/` or restart Chrome.
- The extension only works with editable text fields (e.g., text inputs, textareas, content-editable elements).

## Contributing

If you'd like to contribute to **FontForger**, feel free to fork the repository, open issues, and submit pull requests. Any improvements or bug fixes are welcomed.

## License

FontForger is an open-source project licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.