Русский Транслит / Russian Translit

Транслит для хрома. This extension converts latin characters to cyrillic phonetically.

Русский Транслит / Russian Translitとは何ですか?

Русский Транслит / Russian Translitはglenoによって開発されたChromeの拡張機能で、その主な機能は「Транслит для хрома. This extension converts latin characters to cyrillic phonetically.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Русский Транслит / Russian Translit拡張機能のCRXファイルをダウンロード

Русский Транслит / Russian Translit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Русский транслит как кнопка в Хроме. Вы можете вводить транслит в окошко разширения, или-же пользоватся функциями транслита на любой страничке, например в GMail. Клавиши которые включают и выключают транслит отображаются в окошке разширения. Их так же можно поменять в настройках Хрома. 

Если у вас возникнут какие-то проблемы или вопросы, оставьте комментарий и я постараюсь вам помочь.

This is a simple Russian transliteration (translit) extension for chrome. Use it to phonetically convert Latin characters into Cyrillic. Since Cyrillic alphabet is larger than most Latin derivatives some characters are converted in sequence. For example the character "s" is converted into Cyrillic "с", while the sequences "sh" into "ш" and "shh" into "щ".

This extension provides a small input window for writing translit. It also provides translit directly in web pages, such as GMail. This function can be enabled and disabled with a shortcut. The shortcut is displayed in the extension window, and can be changed in Chrome settings.

You may find this extension useful if you are learning Russian, and want to be able to type it, without learning a new keyboard-layout. While Mac does provide a Russian phonetic keyboard, it does not provide transformation of combinations, which significantly reduces usability. Many Russians use translit today, you should try it too.

If you have any questions on comments, send me a buzz and I'll be glad to help you out.                    

拡張機能の基本情報

名前 Русский Транслит / Russian Translit Русский Транслит / Russian Translit
ID fgieggnhkbknnkemibeokkmpimipkgki
公式URL https://chromewebstore.google.com/detail/%D1%80%D1%83%D1%81%D1%81%D0%BA%D0%B8%D0%B9-%D1%82%D1%80%D0%B0%D0%BD%D1%81%D0%BB%D0%B8%D1%82-russian/fgieggnhkbknnkemibeokkmpimipkgki
説明 Транслит для хрома. This extension converts latin characters to cyrillic phonetically.
ファイルサイズ 63.98 KB
インストール数 4,324
現在のバージョン 1.1.1
最終更新日 2014-10-31
公開日 2014-10-30
評価 3.69/5 合計 62 レビュー
開発者 gleno
支払い方法 free
対応言語 ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u0420\u0443\u0441\u0441\u043a\u0438\u0439 \u0422\u0440\u0430\u043d\u0441\u043b\u0438\u0442 \/ Russian Translit",
    "short_name": "\u0422\u0440\u0430\u043d\u0441\u043b\u0438\u0442 \/ Translit",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "\u0422\u0440\u0430\u043d\u0441\u043b\u0438\u0442 \u0434\u043b\u044f \u0445\u0440\u043e\u043c\u0430. This extension converts latin characters to cyrillic phonetically.",
    "version": "1.1.1",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inputhandler.js",
                "inject.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "background": {
        "scripts": [
            "libs\/lodash.min.js",
            "TranslitEngine.js",
            "background.js",
            "libs\/analytics.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_popup": "popup\/main.html"
    },
    "commands": {
        "toggleglobal": {
            "suggested_key": {
                "default": "Alt+R",
                "mac": "MacCtrl+R"
            },
            "description": "\u041f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u044c \u0442\u0440\u0430\u043d\u0441\u043b\u0438\u0442"
        }
    }
}