Esperanto x-system to Unicode

Replaces x-system digraphs with their Unicode counterparts.

什么是Esperanto x-system to Unicode?

Esperanto x-system to Unicode是由https://chris.pacejo.net开发的Chrome扩展程序,该扩展的主要功能是“Replaces x-system digraphs with their Unicode counterparts.”。

扩展截图

screenshot

下载Esperanto x-system to Unicode扩展crx文件

下载Esperanto x-system to Unicode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Esperanto x-system to Unicode Esperanto x-system to Unicode
ID jbddgilgkejhmefpehlkcghcdkndcmoh
官方URL https://chromewebstore.google.com/detail/esperanto-x-system-to-uni/jbddgilgkejhmefpehlkcghcdkndcmoh
简介 Replaces x-system digraphs with their Unicode counterparts.
文件大小 4.21 KB
安装次数 20
当前版本 1.0
更新时间 2015-12-16
上架时间 2015-12-15
评分 5.00/5 共1次评分
开发者 https://chris.pacejo.net
付费类型 free
支持的语言 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"
}