UATranslit

Transliterate from Latin (English) alphabet to Ukrainian as you type. Use F4 to switch to Ukrainian while in a text field.

Co je UATranslit?

UATranslit je rozšíření Chrome vyvinuté Andrew Soltis, a jeho hlavní funkcí je „Transliterate from Latin (English) alphabet to Ukrainian as you type. Use F4 to switch to Ukrainian while in a text field.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření UATranslit

Stáhněte si soubory rozšíření UATranslit 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í

                        Press F4 in most text fields to start typing in Ukrainian.

Some of the tricky letters:

ji -> ї 
je -> є 
ju -> ю 
ch -> ч
zh -> ж
sh -> ш
w -> щ
' -> ь 
q -> '

Use plus sign if you need prevent compound letters:

s+hody -> сходи (instead of shody -> шоди)

Слава Україні!                    

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

Název UATranslit UATranslit
ID fehfmcdbkclihpnfhpodklcndphgnjjm
Oficiální URL https://chromewebstore.google.com/detail/uatranslit/fehfmcdbkclihpnfhpodklcndphgnjjm
Popis Transliterate from Latin (English) alphabet to Ukrainian as you type. Use F4 to switch to Ukrainian while in a text field.
Velikost souboru 41.5 KB
Počet instalací 28
Aktuální Verze 1.0
Poslední Aktualizace 2014-05-21
Datum Vydání 2014-05-21
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Andrew Soltis
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UATranslit",
    "version": "1.0",
    "description": "Transliterate from Latin (English) alphabet to Ukrainian as you type. Use F4 to switch to Ukrainian while in a text field.",
    "background": {
        "scripts": [
            "\/code\/utranslit.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/code\/ContentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "img\/icon_128.png",
        "48": "img\/icon_48.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}