Ektajpu: Esperanto Text Converter
Converts the x-system characters into their proper Esperanto characters.
Ektajpu: Esperanto Text Converterคืออะไร?
Ektajpu: Esperanto Text Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย N Jensen และคุณลักษณะหลักของมันคือ "Converts the x-system characters into their proper Esperanto characters."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ektajpu: Esperanto Text Converter
ดาวน์โหลดไฟล์ส่วนขยาย 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
]
}
]
} | |