Translit

Convert your QWERTZ- or QWERTY-Latin keyboard to a transliterated Cyrillic keyboard and write Russian with your keyboard layout

What is Translit?

Translit is a Chrome extension developed by donnikitos, and its main feature is "Convert your QWERTZ- or QWERTY-Latin keyboard to a transliterated Cyrillic keyboard and write Russian with your keyboard layout".

Extension Screenshots

screenshot
screenshot

Download Translit Extension CRX File

Download Translit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Convert your QWERTZ- or QWERTY-Latin keyboard to a transliterated Cyrillic keyboard and write Russian with your keyboard layout!

Click the "Ж" in your tool bar or use the shortcut "Alt+W"                    

Extension Basic Information

Name Translit Translit
ID pjepilnhilbmgjpffffkmebbbkomhjlp
Official URL https://chromewebstore.google.com/detail/translit/pjepilnhilbmgjpffffkmebbbkomhjlp
Description Convert your QWERTZ- or QWERTY-Latin keyboard to a transliterated Cyrillic keyboard and write Russian with your keyboard layout
File Size 22.63 KB
Installation Count 238
Current Version 1.1.3
Last Updated 2020-05-12
Publish Date 2020-05-11
Rating 2.75/5 Total 4 Ratings
Developer donnikitos
Email [email protected]
Payment Type free
Supported Languages de,en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.1.3",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "author": "Nikita 'donnikitos' Nitichevski",
    "icons": {
        "32": "dist\/assets\/icon.png",
        "48": "dist\/assets\/icon-x48.png",
        "128": "dist\/assets\/icon-x128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "dist\/scripts\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "browser_style": true,
        "default_icon": "dist\/assets\/icon.png",
        "default_title": "Translit"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_idle",
            "js": [
                "dist\/scripts\/translit.js"
            ]
        }
    ],
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+W"
            }
        }
    }
}