Ektajpu: Esperanto Text Converter
Converts the x-system characters into their proper Esperanto characters.
Was ist Ektajpu: Esperanto Text Converter?
Ektajpu: Esperanto Text Converter ist eine Chrome-Erweiterung, die von N Jensen entwickelt wurde, und ihr Hauptmerkmal ist "Converts the x-system characters into their proper Esperanto characters.".
Erweiterungsscreenshots
Ektajpu: Esperanto Text Converter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ektajpu: Esperanto Text Converter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | imcphpmkkohhbaipkceicfheidilofbo |
| Offizielle URL | https://chromewebstore.google.com/detail/ektajpu-esperanto-text-co/imcphpmkkohhbaipkceicfheidilofbo |
| Beschreibung | Converts the x-system characters into their proper Esperanto characters. |
| Dateigröße | 126 KB |
| Installationsanzahl | 243 |
| Aktuelle Version | 1.2.0 |
| Letztes Update | 2018-02-20 |
| Veröffentlichungsdatum | 2018-02-20 |
| Bewertung | 4.27/5 Insgesamt 11 Bewertungen |
| Entwickler | N Jensen |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/njensen0604/ektajpu |
| URL der Datenschutzrichtlinien-Seite | https://github.com/njensen0604/ektajpu/blob/master/LICENSE |
| Unterstützte Sprachen | 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"
]
}
]
} | |