Anstatauxi
Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that…
Co to jest Anstatauxi?
Anstatauxi to rozszerzenie Chrome opracowane przez jcreed, a jego główną funkcją jest „Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Anstatauxi
Pobierz pliki rozszerzeń Anstatauxi w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Anstatauxi |
ID | geffaabblpcfabmjdoipmfplglceofgj |
Oficjalny URL | https://chromewebstore.google.com/detail/anstatauxi/geffaabblpcfabmjdoipmfplglceofgj |
Opis | Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that… |
Rozmiar pliku | 6.86 KB |
Liczba instalacji | 225 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2019-08-19 |
Data Publikacji | 2019-08-19 |
Ocena | 4.42/5 Łącznie 12 Oceny |
Deweloper | jcreed |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/jcreedcmu/anstatauxi |
Obsługiwane Języki | 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" ] } |