Translit

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

Wat is Translit?

Translit is een Chrome-extensie ontwikkeld door donnikitos, en de belangrijkste functie is "Convert your QWERTZ- or QWERTY-Latin keyboard to a transliterated Cyrillic keyboard and write Russian with your keyboard layout".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Translit

Download 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

                        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"                    

Basisinformatie over de Extensie

Naam Translit Translit
ID pjepilnhilbmgjpffffkmebbbkomhjlp
Officiële URL https://chromewebstore.google.com/detail/translit/pjepilnhilbmgjpffffkmebbbkomhjlp
Beschrijving Convert your QWERTZ- or QWERTY-Latin keyboard to a transliterated Cyrillic keyboard and write Russian with your keyboard layout
Bestandsgrootte 22.63 KB
Aantal Installaties 238
Huidige Versie 1.1.3
Laatst Bijgewerkt 2020-05-12
Publicatiedatum 2020-05-11
Beoordeling 2.75/5 Totaal 4 Beoordelingen
Ontwikkelaar donnikitos
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            }
        }
    }
}