Ektajpu: Esperanto Text Converter
Converts the x-system characters into their proper Esperanto characters.
Wat is Ektajpu: Esperanto Text Converter?
Ektajpu: Esperanto Text Converter is een Chrome-extensie ontwikkeld door N Jensen, en de belangrijkste functie is "Converts the x-system characters into their proper Esperanto characters.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ektajpu: Esperanto Text Converter
Download Ektajpu: Esperanto Text Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Ektajpu: Esperanto Text Converter |
ID | imcphpmkkohhbaipkceicfheidilofbo |
Officiële URL | https://chromewebstore.google.com/detail/ektajpu-esperanto-text-co/imcphpmkkohhbaipkceicfheidilofbo |
Beschrijving | Converts the x-system characters into their proper Esperanto characters. |
Bestandsgrootte | 126 KB |
Aantal Installaties | 243 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2018-02-20 |
Publicatiedatum | 2018-02-20 |
Beoordeling | 4.27/5 Totaal 11 Beoordelingen |
Ontwikkelaar | N Jensen |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/njensen0604/ektajpu |
URL van de Privacybeleid Pagina | https://github.com/njensen0604/ektajpu/blob/master/LICENSE |
Ondersteunde Talen | 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" ] } ] } |