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"
}