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

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

Qu'est-ce que Русский Транслит / Russian Translit ?

Русский Транслит / Russian Translit est une extension Chrome développée par gleno, et sa fonction principale est "Транслит для хрома. This extension converts latin characters to cyrillic phonetically.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Русский Транслит / Russian Translit

Téléchargez les fichiers d'extension Русский Транслит / Russian Translit 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

                        Русский транслит как кнопка в Хроме. Вы можете вводить транслит в окошко разширения, или-же пользоватся функциями транслита на любой страничке, например в 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.                    

Informations de Base sur l'Extension

Nom Русский Транслит / Russian Translit Русский Транслит / Russian Translit
ID fgieggnhkbknnkemibeokkmpimipkgki
URL Officiel 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
Description Транслит для хрома. This extension converts latin characters to cyrillic phonetically.
Taille du Fichier 63.98 KB
Nombre d'Installations 4,324
Version Actuelle 1.1.1
Dernière Mise à Jour 2014-10-31
Date de Publication 2014-10-30
Évaluation 3.69/5 Total 62 Évaluations
Développeur gleno
Type de Paiement free
Langues Prises en Charge 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"
        }
    }
}