Esperanto x-system to Unicode

Replaces x-system digraphs with their Unicode counterparts.

Cos'è Esperanto x-system to Unicode?

Esperanto x-system to Unicode è un'estensione di Chrome sviluppata da https://chris.pacejo.net, e la sua funzione principale è "Replaces x-system digraphs with their Unicode counterparts.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Esperanto x-system to Unicode

Scarica i file di estensione Esperanto x-system to Unicode 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

                        This will give x-system text its proper hats!  Ex. gx → ĝ.

Note that this only works on existing web pages!  It does NOT change what you type!

Donu al "x-sistema" teksto siajn ĝustajn ĉapelojn!  Ex. gx → ĝ.

Atendu, ĉi tiu nur funkcias por retpaĝoj ekzistantaj!  Ĝi NE ŝangas tiun, kiun vi tajpas!                    

Informazioni di Base sull'Estensione

Nome Esperanto x-system to Unicode Esperanto x-system to Unicode
ID jbddgilgkejhmefpehlkcghcdkndcmoh
URL Ufficiale https://chromewebstore.google.com/detail/esperanto-x-system-to-uni/jbddgilgkejhmefpehlkcghcdkndcmoh
Descrizione Replaces x-system digraphs with their Unicode counterparts.
Dimensione del File 4.21 KB
Conteggio Installazioni 20
Versione Corrente 1.0
Ultimo Aggiornamento 2015-12-16
Data di Pubblicazione 2015-12-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://chris.pacejo.net
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Esperanto x-system to Unicode",
    "version": "1.0",
    "description": "Replaces x-system digraphs with their Unicode counterparts.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "48": "icon48.png"
    },
    "author": "Chris Pacejo"
}