Ektajpu: Esperanto Text Converter
Converts the x-system characters into their proper Esperanto characters.
Cos'è Ektajpu: Esperanto Text Converter?
Ektajpu: Esperanto Text Converter è un'estensione di Chrome sviluppata da N Jensen, e la sua funzione principale è "Converts the x-system characters into their proper Esperanto characters.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ektajpu: Esperanto Text Converter
Scarica i file di estensione Ektajpu: Esperanto Text Converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Ektajpu: Esperanto Text Converter |
ID | imcphpmkkohhbaipkceicfheidilofbo |
URL Ufficiale | https://chromewebstore.google.com/detail/ektajpu-esperanto-text-co/imcphpmkkohhbaipkceicfheidilofbo |
Descrizione | Converts the x-system characters into their proper Esperanto characters. |
Dimensione del File | 126 KB |
Conteggio Installazioni | 243 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2018-02-20 |
Data di Pubblicazione | 2018-02-20 |
Valutazione | 4.27/5 Totale 11 Valutazioni |
Sviluppatore | N Jensen |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/njensen0604/ektajpu |
URL della Pagina della Politica sulla Privacy | https://github.com/njensen0604/ektajpu/blob/master/LICENSE |
Lingue Supportate | 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" ] } ] } |