Text Converter is a browser extension that allows users to convert selected text from English to Arabic and vice versa. The extension also supports copying the converted text to the clipboard.
When the user selects the wrong keyboard language and writes some text and then sees this error, they must erase all the words and then retype them in the correct language. Our add-on solves this problem as it takes the wrong words and converts them to the other language (Arabic to English) or (English to Arab)
- Convert text from English to Arabic based on keyboard letter mapping.
- Convert text from Arabic to English based on keyboard letter mapping.
- Copy the converted text to the clipboard with a single click.
- Google Chrome or any Chromium-based browser.
-
Clone the Repository OR Download All files
git clone https://github.com/yourusername/text-converter-extension.git cd text-converter-extension
-
Load the Extension in Chrome
- Open Chrome and navigate to
chrome://extensions/
. - Enable "Developer mode" by toggling the switch in the top right corner.
- Click on the "Load unpacked" button.
- Select the directory where you cloned the repository (
text-converter-extension
).
- Open Chrome and navigate to
-
Verify Installation
- After loading the extension, you should see the Text Converter icon in your browser toolbar.
- Click on the Text Converter icon in the browser toolbar to open the extension popup.
- Enter the text you want to convert in the input field.
- Click the "Convert" button to see the converted text.
- Click the "Copy to Clipboard" button to copy the converted text.
If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
Developed by Ahmed Bassiouny. If you have any questions or suggestions, feel free to open an issue or reach out.