KeyMap

Learn keyboard shortcuts to improve your productivity.

Qu'est-ce que KeyMap ?

KeyMap est une extension Chrome développée par http://blainelewis.ca, et sa fonction principale est "Learn keyboard shortcuts to improve your productivity.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension KeyMap

Téléchargez les fichiers d'extension KeyMap au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom KeyMap KeyMap
ID fpminkfnndfokkmoobbngdpnijbcajkl
URL Officiel https://chrome.google.com/webstore/detail/keymap/fpminkfnndfokkmoobbngdpnijbcajkl
Description Learn keyboard shortcuts to improve your productivity.
Taille du Fichier 518 KB
Nombre d'Installations 164
Version Actuelle 1.1
Dernière Mise à Jour 2020-04-30
Date de Publication 2020-04-30
Évaluation 2.00/5 Total 1 Évaluations
Développeur http://blainelewis.ca
Type de Paiement free
Langues Prises en Charge 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"
    }
}