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.”。
擴展截圖
下載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 |
ID | jbddgilgkejhmefpehlkcghcdkndcmoh |
官方網址 | 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" } |