Translit

On the fly conversion from latin to cyrillic for text widgets.

Qu'est-ce que Translit ?

Translit est une extension Chrome développée par Mark Stein, et sa fonction principale est "On the fly conversion from latin to cyrillic for text widgets.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Translit

Téléchargez les fichiers d'extension 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

                        Translit Extension:

Works in most text fields                    

Informations de Base sur l'Extension

Nom Translit Translit
ID cdfojffepjegadljoamlaoebkndckdln
URL Officiel https://chromewebstore.google.com/detail/translit/cdfojffepjegadljoamlaoebkndckdln
Description On the fly conversion from latin to cyrillic for text widgets.
Taille du Fichier 19.23 KB
Nombre d'Installations 200
Version Actuelle 7
Dernière Mise à Jour 2021-06-28
Date de Publication 2021-06-24
Évaluation 4.14/5 Total 7 Évaluations
Développeur Mark Stein
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Translit",
    "version": "7",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon48.png"
    },
    "options_page": "html\/options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "js\/constants.js",
                "js\/data.js",
                "js\/kirill.js"
            ]
        }
    ],
    "permissions": []
}