Quick Umlaut
Typing German special character faster with easy shortcuts
Was ist Quick Umlaut?
Quick Umlaut ist eine Chrome-Erweiterung, die von Randy Nghiem entwickelt wurde, und ihr Hauptmerkmal ist "Typing German special character faster with easy shortcuts".
Erweiterungsscreenshots
Quick Umlaut-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quick Umlaut-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
For non-German keyboard users, typing umlaut characters is difficult, especially during the initial stage of learning. Quick Umlaut is a fast and easy to use tool to help German learners to study German faster. To type German Umlaut characters, you just need to follow the below combinition: alt + A => Ä alt + O => Ö alt + U => Ü alt + a => ä alt + o => ö alt + u => ü alt + s => ß
Grundlegende Informationen zur Erweiterung
Name | Quick Umlaut |
ID | mfoeikcjmibgjlghnhgjiamfjceacedj |
Offizielle URL | https://chromewebstore.google.com/detail/quick-umlaut/mfoeikcjmibgjlghnhgjiamfjceacedj |
Beschreibung | Typing German special character faster with easy shortcuts |
Dateigröße | 96.98 KB |
Installationsanzahl | 317 |
Aktuelle Version | 1.2 |
Letztes Update | 2020-01-01 |
Veröffentlichungsdatum | 2020-01-01 |
Bewertung | 1.67/5 Insgesamt 6 Bewertungen |
Entwickler | Randy Nghiem |
Zahlungsart | free |
Erweiterungswebsite | https://randynghiem.github.io/ |
Hilfeseite URL | https://randynghiem.github.io/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Umlaut", "version": "1.2", "description": "Typing German special character faster with easy shortcuts", "browser_action": { "default_title": "Quick Umlaut" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js" ], "run_at": "document_end", "all_frames": true } ], "icons": { "16": "img\/quick-umlaut16.png", "32": "img\/quick-umlaut32.png", "48": "img\/quick-umlaut48.png", "128": "img\/quick-umlaut128.png" } } |