Translit

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

Cos'è Translit?

Translit è un'estensione di Chrome sviluppata da Mark Stein, e la sua funzione principale è "On the fly conversion from latin to cyrillic for text widgets.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Translit

Scarica i file di estensione Translit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Translit Extension:

Works in most text fields                    

Informazioni di Base sull'Estensione

Nome Translit Translit
ID cdfojffepjegadljoamlaoebkndckdln
URL Ufficiale https://chromewebstore.google.com/detail/translit/cdfojffepjegadljoamlaoebkndckdln
Descrizione On the fly conversion from latin to cyrillic for text widgets.
Dimensione del File 19.23 KB
Conteggio Installazioni 200
Versione Corrente 7
Ultimo Aggiornamento 2021-06-28
Data di Pubblicazione 2021-06-24
Valutazione 4.14/5 Totale 7 Valutazioni
Sviluppatore Mark Stein
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": []
}