KeyMap

Learn keyboard shortcuts to improve your productivity.

KeyMapとは何ですか?

KeyMapはhttp://blainelewis.caによって開発されたChromeの拡張機能で、その主な機能は「Learn keyboard shortcuts to improve your productivity.」です。

拡張機能のスクリーンショット

screenshot
screenshot

KeyMap拡張機能のCRXファイルをダウンロード

KeyMap拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        KeyMap is a visualization to help learn new keyboard shortcuts. It supports websites such as Overleaf, Slack, and basic Google Chrome commands. It works by displaying a virtual keyboard in the bottom left, and upon pressing and holding a modifier key like cmd or ctrl, displays all of the available keyboard shortcuts.                    

拡張機能の基本情報

名前 KeyMap KeyMap
ID fpminkfnndfokkmoobbngdpnijbcajkl
公式URL https://chrome.google.com/webstore/detail/keymap/fpminkfnndfokkmoobbngdpnijbcajkl
説明 Learn keyboard shortcuts to improve your productivity.
ファイルサイズ 518 KB
インストール数 164
現在のバージョン 1.1
最終更新日 2020-04-30
公開日 2020-04-30
評価 2.00/5 合計 1 レビュー
開発者 http://blainelewis.ca
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KeyMap",
    "version": "1.1",
    "description": "Learn keyboard shortcuts to improve your productivity.",
    "manifest_version": 2,
    "homepage_url": "http:\/\/blainelewis.ca\/KeyMap",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.overleaf.com\/*",
                "*:\/\/app.slack.com\/*",
                "*:\/\/dynalist.io\/*"
            ],
            "css": [
                "\/static\/css\/main.chunk.css"
            ],
            "js": [
                "\/static\/js\/0.chunk.js",
                "\/static\/js\/main.chunk.js",
                "\/static\/js\/runtime-main.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage",
        "activeTab",
        "*:\/\/www.overleaf.com\/*",
        "*:\/\/app.slack.com\/*",
        "*:\/\/dynalist.io\/*"
    ],
    "icons": {
        "128": "iconalpha.png"
    }
}