Quick Umlaut
Typing German special character faster with easy shortcuts
What is Quick Umlaut?
Quick Umlaut is a Chrome extension developed by Randy Nghiem, and its main feature is "Typing German special character faster with easy shortcuts".
Extension Screenshots
Download Quick Umlaut Extension CRX File
Download Quick Umlaut extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 => ß
Extension Basic Information
Name | Quick Umlaut |
ID | mfoeikcjmibgjlghnhgjiamfjceacedj |
Official URL | https://chromewebstore.google.com/detail/quick-umlaut/mfoeikcjmibgjlghnhgjiamfjceacedj |
Description | Typing German special character faster with easy shortcuts |
File Size | 96.98 KB |
Installation Count | 317 |
Current Version | 1.2 |
Last Updated | 2020-01-01 |
Publish Date | 2020-01-01 |
Rating | 1.67/5 Total 6 Ratings |
Developer | Randy Nghiem |
Payment Type | free |
Extension Website | https://randynghiem.github.io/ |
Help Page URL | https://randynghiem.github.io/ |
Supported Languages | 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" } } |