Anstatauxi
Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that…
Cos'è Anstatauxi?
Anstatauxi è un'estensione di Chrome sviluppata da jcreed, e la sua funzione principale è "Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Anstatauxi
Scarica i file di estensione Anstatauxi 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
Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that replaces what you type according to the x-system (sx -> ŝ, cx -> ĉ, etc.) https://github.com/jcreedcmu/anstatauxi
Informazioni di Base sull'Estensione
Nome | Anstatauxi |
ID | geffaabblpcfabmjdoipmfplglceofgj |
URL Ufficiale | https://chromewebstore.google.com/detail/anstatauxi/geffaabblpcfabmjdoipmfplglceofgj |
Descrizione | Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that… |
Dimensione del File | 6.86 KB |
Conteggio Installazioni | 225 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2019-08-19 |
Data di Pubblicazione | 2019-08-19 |
Valutazione | 4.42/5 Totale 12 Valutazioni |
Sviluppatore | jcreed |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/jcreedcmu/anstatauxi |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anstatauxi", "version": "1.0.1", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Anstatauxi" }, "content_scripts": [ { "js": [ "anstatauxi.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "permissions": [ "storage" ] } |