Esperanto x-system to Unicode

Replaces x-system digraphs with their Unicode counterparts.

Was ist Esperanto x-system to Unicode?

Esperanto x-system to Unicode ist eine Chrome-Erweiterung, die von https://chris.pacejo.net entwickelt wurde, und ihr Hauptmerkmal ist "Replaces x-system digraphs with their Unicode counterparts.".

Erweiterungsscreenshots

screenshot

Esperanto x-system to Unicode-Erweiterungs-CRX-Datei herunterladen

Laden Sie Esperanto x-system to Unicode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Esperanto x-system to Unicode Esperanto x-system to Unicode
ID jbddgilgkejhmefpehlkcghcdkndcmoh
Offizielle URL https://chromewebstore.google.com/detail/esperanto-x-system-to-uni/jbddgilgkejhmefpehlkcghcdkndcmoh
Beschreibung Replaces x-system digraphs with their Unicode counterparts.
Dateigröße 4.21 KB
Installationsanzahl 20
Aktuelle Version 1.0
Letztes Update 2015-12-16
Veröffentlichungsdatum 2015-12-15
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://chris.pacejo.net
Zahlungsart free
Unterstützte Sprachen 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"
}