Kurdish Alphabet Converter

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

Co je Kurdish Alphabet Converter?

Kurdish Alphabet Converter je rozšíření Chrome vyvinuté Shaho Chwarbaxi, a jeho hlavní funkcí je „Kurdish alphabet conversion between Arabic, Yekgirtú and Bedirxanî alphabets“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Kurdish Alphabet Converter

Stáhněte si soubory rozšíření Kurdish Alphabet Converter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Kurdish Alphabet Converter Kurdish Alphabet Converter
ID lahppabfpdghmmbogeohopnallnkfnjb
Oficiální URL https://chromewebstore.google.com/detail/kurdish-alphabet-converte/lahppabfpdghmmbogeohopnallnkfnjb
Popis Kurdish alphabet conversion between Arabic, Yekgirtú and Bedirxanî alphabets
Velikost souboru 18.3 KB
Počet instalací 119
Aktuální Verze 2.2
Poslední Aktualizace 2022-01-25
Datum Vydání 2020-01-04
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář Shaho Chwarbaxi
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            }
        }
    }
}