Quick Umlaut
Typing German special character faster with easy shortcuts
Qu'est-ce que Quick Umlaut ?
Quick Umlaut est une extension Chrome développée par Randy Nghiem, et sa fonction principale est "Typing German special character faster with easy shortcuts".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Quick Umlaut
Téléchargez les fichiers d'extension Quick Umlaut au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 => ß
Informations de Base sur l'Extension
Nom | Quick Umlaut |
ID | mfoeikcjmibgjlghnhgjiamfjceacedj |
URL Officiel | https://chromewebstore.google.com/detail/quick-umlaut/mfoeikcjmibgjlghnhgjiamfjceacedj |
Description | Typing German special character faster with easy shortcuts |
Taille du Fichier | 96.98 KB |
Nombre d'Installations | 317 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2020-01-01 |
Date de Publication | 2020-01-01 |
Évaluation | 1.67/5 Total 6 Évaluations |
Développeur | Randy Nghiem |
Type de Paiement | free |
Site Web de l'Extension | https://randynghiem.github.io/ |
URL de la Page d'Aide | https://randynghiem.github.io/ |
Langues Prises en Charge | 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" } } |