Kurdish Alphabet Converter

Kurdish alphabet conversion between Arabic, Yekgirtú and Bedirxanî alphabets

Cos'è Kurdish Alphabet Converter?

Kurdish Alphabet Converter è un'estensione di Chrome sviluppata da Shaho Chwarbaxi, e la sua funzione principale è "Kurdish alphabet conversion between Arabic, Yekgirtú and Bedirxanî alphabets".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Kurdish Alphabet Converter

Scarica i file di estensione Kurdish Alphabet Converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Kurdish Alphabet Converter Kurdish Alphabet Converter
ID lahppabfpdghmmbogeohopnallnkfnjb
URL Ufficiale https://chromewebstore.google.com/detail/kurdish-alphabet-converte/lahppabfpdghmmbogeohopnallnkfnjb
Descrizione Kurdish alphabet conversion between Arabic, Yekgirtú and Bedirxanî alphabets
Dimensione del File 18.3 KB
Conteggio Installazioni 119
Versione Corrente 2.2
Ultimo Aggiornamento 2022-01-25
Data di Pubblicazione 2020-01-04
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Shaho Chwarbaxi
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            }
        }
    }
}