KeyMap
Learn keyboard shortcuts to improve your productivity.
什麼是KeyMap?
KeyMap是由http://blainelewis.ca開發的Chrome擴展程式,該擴展的主要功能是“Learn keyboard shortcuts to improve your productivity.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | fpminkfnndfokkmoobbngdpnijbcajkl |
| 官方網址 | 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"
}
} | |