Kurdish Alphabet Converter
Kurdish alphabet conversion between Arabic, Yekgirtú and Bedirxanî alphabets
Qu'est-ce que Kurdish Alphabet Converter ?
Kurdish Alphabet Converter est une extension Chrome développée par Shaho Chwarbaxi, et sa fonction principale est "Kurdish alphabet conversion between Arabic, Yekgirtú and Bedirxanî alphabets".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Kurdish Alphabet Converter
Téléchargez les fichiers d'extension Kurdish Alphabet Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Kurdish Alphabet Converter |
ID | lahppabfpdghmmbogeohopnallnkfnjb |
URL Officiel | https://chromewebstore.google.com/detail/kurdish-alphabet-converte/lahppabfpdghmmbogeohopnallnkfnjb |
Description | Kurdish alphabet conversion between Arabic, Yekgirtú and Bedirxanî alphabets |
Taille du Fichier | 18.3 KB |
Nombre d'Installations | 119 |
Version Actuelle | 2.2 |
Dernière Mise à Jour | 2022-01-25 |
Date de Publication | 2020-01-04 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | Shaho Chwarbaxi |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } } } |