Quick Umlaut

Typing German special character faster with easy shortcuts

Hvad er Quick Umlaut?

Quick Umlaut er en Chrome-udvidelse udviklet af Randy Nghiem, og dens hovedfunktion er "Typing German special character faster with easy shortcuts".

Udvidelsesskærmbilleder

screenshot

Download Quick Umlaut-udvidelses-CRX-fil

Download Quick Umlaut-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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 => ß                    

Grundlæggende oplysninger om udvidelsen

Navn Quick Umlaut Quick Umlaut
ID mfoeikcjmibgjlghnhgjiamfjceacedj
Officiel URL https://chromewebstore.google.com/detail/quick-umlaut/mfoeikcjmibgjlghnhgjiamfjceacedj
Beskrivelse Typing German special character faster with easy shortcuts
Filstørrelse 96.98 KB
Antal Installationer 317
Nuværende Version 1.2
Senest Opdateret 2020-01-01
Udgivelsesdato 2020-01-01
Bedømmelse 1.67/5 Samlet 6 Bedømmelser
Udvikler Randy Nghiem
Betalingsmetode free
Udvidelseswebsted https://randynghiem.github.io/
Hjælpeside-URL https://randynghiem.github.io/
Understøttede Sprog 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"
    }
}