Ektajpu: Esperanto Text Converter
Converts the x-system characters into their proper Esperanto characters.
Ektajpu: Esperanto Text Converter là gì?
Ektajpu: Esperanto Text Converter là một tiện ích mở rộng Chrome được phát triển bởi N Jensen, và tính năng chính của nó là "Converts the x-system characters into their proper Esperanto characters.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ektajpu: Esperanto Text Converter
Tải xuống các tệp mở rộng Ektajpu: Esperanto Text Converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ektajpu: Esperanto Text Converter |
ID | imcphpmkkohhbaipkceicfheidilofbo |
URL Chính Thức | https://chromewebstore.google.com/detail/ektajpu-esperanto-text-co/imcphpmkkohhbaipkceicfheidilofbo |
Mô tả | Converts the x-system characters into their proper Esperanto characters. |
Kích Thước Tệp | 126 KB |
Số Lần Cài Đặt | 243 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2018-02-20 |
Ngày Phát Hành | 2018-02-20 |
Đánh Giá | 4.27/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | N Jensen |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/njensen0604/ektajpu |
URL Trang Chính Sách Bảo Mật | https://github.com/njensen0604/ektajpu/blob/master/LICENSE |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |