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

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

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

Русский Транслит / Russian Translit is een Chrome-extensie ontwikkeld door gleno, en de belangrijkste functie is "Транслит для хрома. This extension converts latin characters to cyrillic phonetically.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Русский Транслит / Russian Translit

Download Русский Транслит / Russian Translit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Русский Транслит / Russian Translit Русский Транслит / Russian Translit
ID fgieggnhkbknnkemibeokkmpimipkgki
Officiële 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
Beschrijving Транслит для хрома. This extension converts latin characters to cyrillic phonetically.
Bestandsgrootte 63.98 KB
Aantal Installaties 4,324
Huidige Versie 1.1.1
Laatst Bijgewerkt 2014-10-31
Publicatiedatum 2014-10-30
Beoordeling 3.69/5 Totaal 62 Beoordelingen
Ontwikkelaar gleno
Betalingswijze free
Ondersteunde Talen 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"
        }
    }
}