Quick Umlaut

Typing German special character faster with easy shortcuts

什么是Quick Umlaut?

Quick Umlaut是由Randy Nghiem开发的Chrome扩展程序,该扩展的主要功能是“Typing German special character faster with easy shortcuts”。

扩展截图

screenshot

下载Quick Umlaut扩展crx文件

下载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"
    }
}