UATranslit

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

What is UATranslit?

UATranslit is a Chrome extension developed by Andrew Soltis, and its main feature is "Transliterate from Latin (English) alphabet to Ukrainian as you type. Use F4 to switch to Ukrainian while in a text field.".

Extension Screenshots

screenshot

Download UATranslit Extension CRX File

Download UATranslit 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

                        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 -> шоди)

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

Extension Basic Information

Name UATranslit UATranslit
ID fehfmcdbkclihpnfhpodklcndphgnjjm
Official URL https://chromewebstore.google.com/detail/uatranslit/fehfmcdbkclihpnfhpodklcndphgnjjm
Description Transliterate from Latin (English) alphabet to Ukrainian as you type. Use F4 to switch to Ukrainian while in a text field.
File Size 41.5 KB
Installation Count 28
Current Version 1.0
Last Updated 2014-05-21
Publish Date 2014-05-21
Rating 5.00/5 Total 3 Ratings
Developer Andrew Soltis
Payment Type free
Supported Languages 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:\/\/*\/*"
    ]
}