Quick Umlaut
Typing German special character faster with easy shortcuts
Wat is Quick Umlaut?
Quick Umlaut is een Chrome-extensie ontwikkeld door Randy Nghiem, en de belangrijkste functie is "Typing German special character faster with easy shortcuts".
Extensie Screenshots
Download het CRX-bestand van de extensie Quick Umlaut
Download Quick Umlaut-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 => ß
Basisinformatie over de Extensie
Naam | Quick Umlaut |
ID | mfoeikcjmibgjlghnhgjiamfjceacedj |
Officiële URL | https://chromewebstore.google.com/detail/quick-umlaut/mfoeikcjmibgjlghnhgjiamfjceacedj |
Beschrijving | Typing German special character faster with easy shortcuts |
Bestandsgrootte | 96.98 KB |
Aantal Installaties | 317 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2020-01-01 |
Publicatiedatum | 2020-01-01 |
Beoordeling | 1.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Randy Nghiem |
Betalingswijze | free |
Extensiewebsite | https://randynghiem.github.io/ |
Help Pagina-URL | https://randynghiem.github.io/ |
Ondersteunde Talen | 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" } } |