Esperanto x-system to Unicode

Replaces x-system digraphs with their Unicode counterparts.

Co to jest Esperanto x-system to Unicode?

Esperanto x-system to Unicode to rozszerzenie Chrome opracowane przez https://chris.pacejo.net, a jego główną funkcją jest „Replaces x-system digraphs with their Unicode counterparts.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Esperanto x-system to Unicode

Pobierz pliki rozszerzeń Esperanto x-system to Unicode w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Esperanto x-system to Unicode Esperanto x-system to Unicode
ID jbddgilgkejhmefpehlkcghcdkndcmoh
Oficjalny URL https://chromewebstore.google.com/detail/esperanto-x-system-to-uni/jbddgilgkejhmefpehlkcghcdkndcmoh
Opis Replaces x-system digraphs with their Unicode counterparts.
Rozmiar pliku 4.21 KB
Liczba instalacji 20
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-12-16
Data Publikacji 2015-12-15
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://chris.pacejo.net
Typ Płatności free
Obsługiwane Języki 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"
}