Esperanto x-system to Unicode

Replaces x-system digraphs with their Unicode counterparts.

Vad är Esperanto x-system to Unicode?

Esperanto x-system to Unicode är en Chrome-tillägg utvecklad av https://chris.pacejo.net, och dess huvudfunktion är "Replaces x-system digraphs with their Unicode counterparts.".

Tilläggsskärmbilder

screenshot

Ladda ner Esperanto x-system to Unicode-förlängningens CRX-fil

Ladda ner Esperanto x-system to Unicode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Esperanto x-system to Unicode Esperanto x-system to Unicode
ID jbddgilgkejhmefpehlkcghcdkndcmoh
Officiell webbadress https://chromewebstore.google.com/detail/esperanto-x-system-to-uni/jbddgilgkejhmefpehlkcghcdkndcmoh
Beskrivning Replaces x-system digraphs with their Unicode counterparts.
Filstorlek 4.21 KB
Antal Installationer 20
Aktuell Version 1.0
Senast Uppdaterad 2015-12-16
Publiceringsdatum 2015-12-15
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://chris.pacejo.net
Betalningssätt free
Stödda Språk 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"
}