Quick Umlaut
Typing German special character faster with easy shortcuts
Quick Umlautとは何ですか?
Quick UmlautはRandy Nghiemによって開発されたChromeの拡張機能で、その主な機能は「Typing German special character faster with easy shortcuts」です。
拡張機能のスクリーンショット
Quick Umlaut拡張機能のCRXファイルをダウンロード
Quick Umlaut拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 => ß
拡張機能の基本情報
名前 | Quick Umlaut |
ID | mfoeikcjmibgjlghnhgjiamfjceacedj |
公式URL | https://chromewebstore.google.com/detail/quick-umlaut/mfoeikcjmibgjlghnhgjiamfjceacedj |
説明 | Typing German special character faster with easy shortcuts |
ファイルサイズ | 96.98 KB |
インストール数 | 317 |
現在のバージョン | 1.2 |
最終更新日 | 2020-01-01 |
公開日 | 2020-01-01 |
評価 | 1.67/5 合計 6 レビュー |
開発者 | Randy Nghiem |
支払い方法 | free |
拡張機能のウェブサイト | https://randynghiem.github.io/ |
ヘルプページのURL | https://randynghiem.github.io/ |
対応言語 | 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" } } |