Esperanto x-system to Unicode

Replaces x-system digraphs with their Unicode counterparts.

Hvad er Esperanto x-system to Unicode?

Esperanto x-system to Unicode er en Chrome-udvidelse udviklet af https://chris.pacejo.net, og dens hovedfunktion er "Replaces x-system digraphs with their Unicode counterparts.".

Udvidelsesskærmbilleder

screenshot

Download Esperanto x-system to Unicode-udvidelses-CRX-fil

Download Esperanto x-system to Unicode-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Esperanto x-system to Unicode Esperanto x-system to Unicode
ID jbddgilgkejhmefpehlkcghcdkndcmoh
Officiel URL https://chromewebstore.google.com/detail/esperanto-x-system-to-uni/jbddgilgkejhmefpehlkcghcdkndcmoh
Beskrivelse Replaces x-system digraphs with their Unicode counterparts.
Filstørrelse 4.21 KB
Antal Installationer 20
Nuværende Version 1.0
Senest Opdateret 2015-12-16
Udgivelsesdato 2015-12-15
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://chris.pacejo.net
Betalingsmetode free
Understøttede Sprog 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"
}