Ektajpu: Esperanto Text Converter
Converts the x-system characters into their proper Esperanto characters.
Ektajpu: Esperanto Text Converterとは何ですか?
Ektajpu: Esperanto Text ConverterはN Jensenによって開発されたChromeの拡張機能で、その主な機能は「Converts the x-system characters into their proper Esperanto characters.」です。
拡張機能のスクリーンショット
Ektajpu: Esperanto Text Converter拡張機能のCRXファイルをダウンロード
Ektajpu: Esperanto Text Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ektajpu converts x-system characters into their proper Esperanto characters. Ex. gx → ĝ. This converts words live, as you type. - - - - - Ektajpu konvertas la karakterojn de la x-sistemo en la ĝustajn Esperantajn karakterojn. Eksemple: gx → ĝ. Ĉi konvertas vortojn vive, dum vi tajpas.
拡張機能の基本情報
名前 | Ektajpu: Esperanto Text Converter |
ID | imcphpmkkohhbaipkceicfheidilofbo |
公式URL | https://chromewebstore.google.com/detail/ektajpu-esperanto-text-co/imcphpmkkohhbaipkceicfheidilofbo |
説明 | Converts the x-system characters into their proper Esperanto characters. |
ファイルサイズ | 126 KB |
インストール数 | 243 |
現在のバージョン | 1.2.0 |
最終更新日 | 2018-02-20 |
公開日 | 2018-02-20 |
評価 | 4.27/5 合計 11 レビュー |
開発者 | N Jensen |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/njensen0604/ektajpu |
プライバシーポリシーページのURL | https://github.com/njensen0604/ektajpu/blob/master/LICENSE |
対応言語 | en,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.2.0", "manifest_version": 2, "description": "__MSG_extDescription__", "homepage_url": "https:\/\/github.com\/njensen0604\/ektajpu", "icons": { "16": "icons\/iconText16.png", "48": "icons\/iconText48.png", "128": "icons\/iconText128.png" }, "default_locale": "en", "background": { "scripts": [ "background\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/iconText128.png", "default_title": "Ektajpu", "default_popup": "browser_action\/browser_action.html" }, "permissions": [ "http:\/\/*\/*, https:\/\/*\/*", "storage" ], "author": "Nicholas Jensen", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_end", "js": [ "inject\/EktajpuCheckInput.js", "inject\/EktajpuMainController.js", "inject\/EktajpuManageCursor.js", "inject\/EktajpuMessageWatch.js" ] } ] } |