UATranslit

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

Qu'est-ce que UATranslit ?

UATranslit est une extension Chrome développée par Andrew Soltis, et sa fonction principale est "Transliterate from Latin (English) alphabet to Ukrainian as you type. Use F4 to switch to Ukrainian while in a text field.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension UATranslit

Téléchargez les fichiers d'extension UATranslit 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

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

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

Informations de Base sur l'Extension

Nom UATranslit UATranslit
ID fehfmcdbkclihpnfhpodklcndphgnjjm
URL Officiel 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.
Taille du Fichier 41.5 KB
Nombre d'Installations 28
Version Actuelle 1.0
Dernière Mise à Jour 2014-05-21
Date de Publication 2014-05-21
Évaluation 5.00/5 Total 3 Évaluations
Développeur Andrew Soltis
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
    ]
}