Esperanto x-system to Unicode

Replaces x-system digraphs with their Unicode counterparts.

¿Qué es Esperanto x-system to Unicode?

Esperanto x-system to Unicode es una extensión de Chrome desarrollada por https://chris.pacejo.net, y su función principal es "Replaces x-system digraphs with their Unicode counterparts.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Esperanto x-system to Unicode

Descarga archivos de extensión Esperanto x-system to Unicode en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Esperanto x-system to Unicode Esperanto x-system to Unicode
ID jbddgilgkejhmefpehlkcghcdkndcmoh
URL Oficial https://chromewebstore.google.com/detail/esperanto-x-system-to-uni/jbddgilgkejhmefpehlkcghcdkndcmoh
Descripción Replaces x-system digraphs with their Unicode counterparts.
Tamaño del Archivo 4.21 KB
Cantidad de Instalaciones 20
Versión Actual 1.0
Última Actualización 2015-12-16
Fecha de Publicación 2015-12-15
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://chris.pacejo.net
Tipo de Pago free
Idiomas Soportados 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"
}