Quick Umlaut
Typing German special character faster with easy shortcuts
Apa itu Quick Umlaut?
Quick Umlaut adalah ekstensi Chrome yang dikembangkan oleh Randy Nghiem, dan fitur utamanya adalah "Typing German special character faster with easy shortcuts".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Quick Umlaut
Unduh file ekstensi Quick Umlaut dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 => ß
Informasi Dasar Ekstensi
Nama | Quick Umlaut |
ID | mfoeikcjmibgjlghnhgjiamfjceacedj |
URL Resmi | https://chromewebstore.google.com/detail/quick-umlaut/mfoeikcjmibgjlghnhgjiamfjceacedj |
Deskripsi | Typing German special character faster with easy shortcuts |
Ukuran File | 96.98 KB |
Jumlah Instalasi | 317 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2020-01-01 |
Tanggal Publikasi | 2020-01-01 |
Penilaian | 1.67/5 Total 6 Penilaian |
Pengembang | Randy Nghiem |
Tipe Pembayaran | free |
Situs Ekstensi | https://randynghiem.github.io/ |
URL Halaman Bantuan | https://randynghiem.github.io/ |
Bahasa yang Didukung | 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" } } |