Anstatauxi
Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that…
什麼是Anstatauxi?
Anstatauxi是由jcreed開發的Chrome擴展程式,該擴展的主要功能是“Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that…”。
擴展截圖
下載Anstatauxi擴展crx文件
下載Anstatauxi擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that replaces what you type according to the x-system (sx -> ŝ, cx -> ĉ, etc.) https://github.com/jcreedcmu/anstatauxi
擴展基本資訊
名稱 | Anstatauxi |
ID | geffaabblpcfabmjdoipmfplglceofgj |
官方網址 | https://chromewebstore.google.com/detail/anstatauxi/geffaabblpcfabmjdoipmfplglceofgj |
簡介 | Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that… |
檔案大小 | 6.86 KB |
安裝次數 | 225 |
目前版本 | 1.0.1 |
更新時間 | 2019-08-19 |
上架時間 | 2019-08-19 |
評分 | 4.42/5 共 12 次評分 |
開發者 | jcreed |
付費類型 | free |
擴展官網 | https://github.com/jcreedcmu/anstatauxi |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anstatauxi", "version": "1.0.1", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Anstatauxi" }, "content_scripts": [ { "js": [ "anstatauxi.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "permissions": [ "storage" ] } |