Quick Umlaut

Typing German special character faster with easy shortcuts

Что такое Quick Umlaut?

Quick Umlaut - это расширение Chrome, разработанное Randy Nghiem, и его основная функция - "Typing German special character faster with easy shortcuts".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Quick Umlaut

Скачайте файлы расширений 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 Quick Umlaut
ID mfoeikcjmibgjlghnhgjiamfjceacedj
Официальный URL 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"
    }
}