Anstatauxi
Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that…
Hvad er Anstatauxi?
Anstatauxi er en Chrome-udvidelse udviklet af jcreed, og dens hovedfunktion er "Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that…".
Udvidelsesskærmbilleder
Download Anstatauxi-udvidelses-CRX-fil
Download Anstatauxi-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Anstatauxi |
ID | geffaabblpcfabmjdoipmfplglceofgj |
Officiel URL | https://chromewebstore.google.com/detail/anstatauxi/geffaabblpcfabmjdoipmfplglceofgj |
Beskrivelse | Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that… |
Filstørrelse | 6.86 KB |
Antal Installationer | 225 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2019-08-19 |
Udgivelsesdato | 2019-08-19 |
Bedømmelse | 4.42/5 Samlet 12 Bedømmelser |
Udvikler | jcreed |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/jcreedcmu/anstatauxi |
Understøttede Sprog | 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" ] } |