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 |
公式URL | 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" ] } |