Kurdish Alphabet Converter
Kurdish alphabet conversion between Arabic, Yekgirtú and Bedirxanî alphabets
What is Kurdish Alphabet Converter?
Kurdish Alphabet Converter is a Chrome extension developed by Shaho Chwarbaxi, and its main feature is "Kurdish alphabet conversion between Arabic, Yekgirtú and Bedirxanî alphabets".
Extension Screenshots
Download Kurdish Alphabet Converter Extension CRX File
Download Kurdish Alphabet Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
How to use the Kurdish Alphabet Converter Converts text written in different Kurdish scripts between Latin-based: Yekgirtú, Bedirxanî and Arabic alphabets. Can be used in almost any website written in Kurdish. Tip! (Not mandatory) The Kurdish Alphabet Converter can now be used with keyboard shortcuts - In your adress bar enter: "chrome://extensions" - Scroll to the bottom of your extensions list and select "Shortcuts" in the right lower corner - Select Kurdish Alphabet Converter and insert your desired shortcut i.e Ctrl-Shift-Y (cmd on mac) and click ok Now when you are on a page and want to convert, simply press your previously entered shortcut and when popup is open press the following: "Y" for Sorani to Yekgirtu, "B" for Sorani to Bedirxani "U" for Bedirxani to Yekgirtu "S" for Bedirxani to Sorani Enjoy!
Extension Basic Information
Name | Kurdish Alphabet Converter |
ID | lahppabfpdghmmbogeohopnallnkfnjb |
Official URL | https://chromewebstore.google.com/detail/kurdish-alphabet-converte/lahppabfpdghmmbogeohopnallnkfnjb |
Description | Kurdish alphabet conversion between Arabic, Yekgirtú and Bedirxanî alphabets |
File Size | 18.3 KB |
Installation Count | 119 |
Current Version | 2.2 |
Last Updated | 2022-01-25 |
Publish Date | 2020-01-04 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Shaho Chwarbaxi |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kurdish Alphabet Converter", "description": "Kurdish alphabet conversion between Arabic, Yekgirt\u00fa and Bedirxan\u00ee alphabets", "version": "2.2", "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Change text on this page", "default_icon": "logo.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "convertYek.js", "convertBedr.js", "convertBtoY.js" ] } ], "icons": { "128": "logo_large.png", "16": "logo.png", "48": "logo.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+Y", "mac": "Command+Shift+Y" } } } } |