Quick Umlaut

Typing German special character faster with easy shortcuts

Cos'è Quick Umlaut?

Quick Umlaut è un'estensione di Chrome sviluppata da Randy Nghiem, e la sua funzione principale è "Typing German special character faster with easy shortcuts".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Quick Umlaut

Scarica i file di estensione Quick Umlaut in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Quick Umlaut Quick Umlaut
ID mfoeikcjmibgjlghnhgjiamfjceacedj
URL Ufficiale https://chromewebstore.google.com/detail/quick-umlaut/mfoeikcjmibgjlghnhgjiamfjceacedj
Descrizione Typing German special character faster with easy shortcuts
Dimensione del File 96.98 KB
Conteggio Installazioni 317
Versione Corrente 1.2
Ultimo Aggiornamento 2020-01-01
Data di Pubblicazione 2020-01-01
Valutazione 1.67/5 Totale 6 Valutazioni
Sviluppatore Randy Nghiem
Tipo di Pagamento free
Sito Web dell'Estensione https://randynghiem.github.io/
URL della Pagina di Aiuto https://randynghiem.github.io/
Lingue Supportate 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"
    }
}