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

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

O que é Русский Транслит / Russian Translit?

Русский Транслит / Russian Translit é uma extensão do Chrome desenvolvida por gleno, e sua principal característica é "Транслит для хрома. This extension converts latin characters to cyrillic phonetically.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Русский Транслит / Russian Translit

Baixe arquivos de extensão Русский Транслит / Russian Translit no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Русский Транслит / Russian Translit Русский Транслит / Russian Translit
ID fgieggnhkbknnkemibeokkmpimipkgki
URL Oficial 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
Descrição Транслит для хрома. This extension converts latin characters to cyrillic phonetically.
Tamanho do Arquivo 63.98 KB
Contagem de Instalações 4,324
Versão Atual 1.1.1
Última Atualização 2014-10-31
Data de Publicação 2014-10-30
Classificação 3.69/5 Total de 62 Avaliações
Desenvolvedor gleno
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    }
}