UATranslit

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

什么是UATranslit?

UATranslit是由Andrew Soltis开发的Chrome扩展程序,该扩展的主要功能是“Transliterate from Latin (English) alphabet to Ukrainian as you type. Use F4 to switch to Ukrainian while in a text field.”。

扩展截图

screenshot

下载UATranslit扩展crx文件

下载UATranslit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

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

扩展基本信息

名称 UATranslit UATranslit
ID fehfmcdbkclihpnfhpodklcndphgnjjm
官方URL https://chromewebstore.google.com/detail/uatranslit/fehfmcdbkclihpnfhpodklcndphgnjjm
简介 Transliterate from Latin (English) alphabet to Ukrainian as you type. Use F4 to switch to Ukrainian while in a text field.
文件大小 41.5 KB
安装次数 28
当前版本 1.0
更新时间 2014-05-21
上架时间 2014-05-21
评分 5.00/5 共3次评分
开发者 Andrew Soltis
付费类型 free
支持的语言 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:\/\/*\/*"
    ]
}