Quick Umlaut

Typing German special character faster with easy shortcuts

Co to jest Quick Umlaut?

Quick Umlaut to rozszerzenie Chrome opracowane przez Randy Nghiem, a jego główną funkcją jest „Typing German special character faster with easy shortcuts”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Quick Umlaut

Pobierz pliki rozszerzeń Quick Umlaut w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Quick Umlaut Quick Umlaut
ID mfoeikcjmibgjlghnhgjiamfjceacedj
Oficjalny URL https://chromewebstore.google.com/detail/quick-umlaut/mfoeikcjmibgjlghnhgjiamfjceacedj
Opis Typing German special character faster with easy shortcuts
Rozmiar pliku 96.98 KB
Liczba instalacji 317
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2020-01-01
Data Publikacji 2020-01-01
Ocena 1.67/5 Łącznie 6 Oceny
Deweloper Randy Nghiem
Typ Płatności free
Strona Rozszerzenia https://randynghiem.github.io/
Adres URL Strony Pomocy https://randynghiem.github.io/
Obsługiwane Języki 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"
    }
}