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 |
官方網址 | 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" } } |