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 |
电子邮箱 | [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" ] } ] } |