https://github.com/shahfh/unicode-text-transformer-chrome-extension
A Chrome extension that allows users to transform selected text using various Unicode styles.
https://github.com/shahfh/unicode-text-transformer-chrome-extension
chrome-extension css5 extension-chrome html-css-javascript html5 javascript text unicode
Last synced: 2 months ago
JSON representation
A Chrome extension that allows users to transform selected text using various Unicode styles.
- Host: GitHub
- URL: https://github.com/shahfh/unicode-text-transformer-chrome-extension
- Owner: ShahFH
- Created: 2023-06-14T17:08:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-16T14:18:04.000Z (about 3 years ago)
- Last Synced: 2025-10-27T20:39:57.739Z (9 months ago)
- Topics: chrome-extension, css5, extension-chrome, html-css-javascript, html5, javascript, text, unicode
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unicode Text Transformer Chrome Extension
A Chrome extension that allows users to transform selected text using various Unicode styles.
## Features
- **Text Transformation**: Convert selected text to Unicode styles such as bold, italic, strikethrough, cursive, upside-down, bubble, and tiny text.
- **Clipboard Interaction**: Copy the transformed text to the clipboard for easy sharing and usage.
## Installation
1. Clone the repository or download the source code.
2. Open Google Chrome and go to `chrome://extensions/`.
3. Enable the "Developer mode" option.
4. Click on "Load unpacked" and select the folder containing the extension's source code.
## Usage
1. Open a new tab or navigate to a web page in Google Chrome.
2. Select the desired text on the web page.
3. Click on the extension's icon in the Chrome toolbar.
4. The extension's popup will open.
5. Click the "Transform Selected Text" button in the popup.
6. The selected text will be transformed using Unicode styles.
7. The transformed text will be copied to the clipboard.
8. Paste the transformed text wherever you want to use it.
## Contributing
Contributions are welcome! If you want to contribute to this project, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Make your changes and enhancements.
4. Test your changes thoroughly.
5. Submit a pull request describing your changes.👏