Anstatauxi
Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that…
Was ist Anstatauxi?
Anstatauxi ist eine Chrome-Erweiterung, die von jcreed entwickelt wurde, und ihr Hauptmerkmal ist "Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that…".
Erweiterungsscreenshots
Anstatauxi-Erweiterungs-CRX-Datei herunterladen
Laden Sie Anstatauxi-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | geffaabblpcfabmjdoipmfplglceofgj |
| Offizielle URL | https://chromewebstore.google.com/detail/anstatauxi/geffaabblpcfabmjdoipmfplglceofgj |
| Beschreibung | Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that… |
| Dateigröße | 6.86 KB |
| Installationsanzahl | 225 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2019-08-19 |
| Veröffentlichungsdatum | 2019-08-19 |
| Bewertung | 4.42/5 Insgesamt 12 Bewertungen |
| Entwickler | jcreed |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/jcreedcmu/anstatauxi |
| Unterstützte Sprachen | 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"
]
} | |