Shortkeys (Custom Keyboard Shortcuts)

Custom keyboard shortcuts for your browser

什么是Shortkeys (Custom Keyboard Shortcuts)?

Shortkeys (Custom Keyboard Shortcuts)是由Mike Crittenden开发的Chrome扩展程序,该扩展的主要功能是“Custom keyboard shortcuts for your browser”。

扩展截图

screenshot
screenshot
screenshot

下载Shortkeys (Custom Keyboard Shortcuts)扩展crx文件

下载Shortkeys (Custom Keyboard Shortcuts)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Shortkeys makes it easy to add custom shortcuts to your browser, from basics like back/forward and scrolling all the way to running bookmarklets and custom JavaScript.

-----------------------------------------

***NOTE: YOU HAVE TO REFRESH YOUR TABS AFTER ADDING SHORTCUTS***

HOMEPAGE: https://www.shortkeys.app/

DOCUMENTATION: https://github.com/mikecrittenden/shortkeys/wiki/How-To-Use-Shortkeys

SUPPORT: https://github.com/mikecrittenden/shortkeys/issues

CODE: https://github.com/mikecrittenden/shortkeys/

-----------------------------------------

The following actions are supported, and more are being added on a regular basis.

- Run custom JS
- Do nothing (for disabling a Chrome shortcut you don't like)
- Open a bookmark or bookmarklet (in current or new tab)
- Scroll up/down/left/right by a little or a lot
- Scroll to the top or bottom of the page
- Go back or forward in history
- Jump to existing tab by URL
- Open new tab with URL
- Switch to the previous/next/first/last tab
- Create a new tab or close the current tab
- Clone the current tab
- Close the current window
- Close all (unpinned) tabs except for current tab
- Reopen the last closed tab
- Reload the page
- Copy the current URL
- Pin/Unpin the current tab
- View source
- Move the current tab left or right
- Zoom in/out/reset
- Blacklist or whitelist specific shortcuts on specific sites
- Clear downloads (page and bar)
- Click button and switch to next tab (for Tribal Wars players)

It's has options for enabling or disabling key combos while you're currently focused on a form field, so you can have keyboard shortcuts like "r" or "shift+h" and still be able to type those values into a form without triggering the shortcut if you want. 

You can also blacklist or whitelist sites per-shortcut, to pick and choose which shortcuts you don't want active on which sites.

Shortkeys lets you use pretty much any key combo you want. Key combos are zero or more modifier keys (including ⇑, shift, option, ⌥, alt, ctrl, control, command, and ⌘), and one action key (letter, number, punctuation, or special key shown below), combined with + signs.

Examples: "shift+r", "k", "ctrl+alt+f7", "command+pageup", etc.

You can also string multiple key combos together to make key sequences (like how Gmail has "g i" to go to inbox). Examples: "g g" or "ctrl+t shift+f7".

Special action keys that can be used include backspace, tab, clear, enter, return, esc, escape, space, up, down, left, right, home, end, pageup, pagedown, del, delete and f1 through f19.

Follow me on Twitter for updates. http://twitter.com/mcrittenden

-----------------------------------------

PERMISSIONS REQUIRED

See https://github.com/mikecrittenden/shortkeys/wiki/FAQs-and-Troubleshooting#why-are-all-these-permissions-required for information about which permissions are required and why.                    

扩展基本信息

名称 Shortkeys (Custom Keyboard Shortcuts) Shortkeys (Custom Keyboard Shortcuts)
ID logpjaacgmcbpdkdchjiaagddngobkck
官方URL https://chromewebstore.google.com/detail/shortkeys-custom-keyboard/logpjaacgmcbpdkdchjiaagddngobkck
简介 Custom keyboard shortcuts for your browser
文件大小 260 KB
安装次数 126,230
当前版本 4.1.2
更新时间 2024-02-17
上架时间 2020-06-08
评分 3.45/5 共706次评分
开发者 Mike Crittenden
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.shortkeys.app/
帮助页面URL https://github.com/mikecrittenden/shortkeys/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "4.1.2",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "commands": {
        "01-newtab": {
            "description": "TABS: New tab"
        },
        "02-closetab": {
            "description": "TABS: Close tab"
        },
        "03-nexttab": {
            "description": "TABS: Next tab"
        },
        "04-prevtab": {
            "description": "TABS: Previous tab"
        },
        "05-togglepin": {
            "description": "TABS: Pin\/unpin tab"
        },
        "06-togglemute": {
            "description": "TABS: Mute\/unmute tab"
        },
        "07-onlytab": {
            "description": "TABS: Close other tabs"
        },
        "08-closelefttabs": {
            "description": "TABS: Close tabs to the left"
        },
        "09-closerighttabs": {
            "description": "TABS: Close tabs to the right"
        },
        "10-clonetab": {
            "description": "TABS: Duplicate tab"
        },
        "11-movetabtonewwindow": {
            "description": "TABS: Move tab to new window"
        },
        "12-reopentab": {
            "description": "TABS: Reopen closed tab"
        },
        "13-firsttab": {
            "description": "TABS: First tab"
        },
        "14-lasttab": {
            "description": "TABS: Last tab"
        },
        "14-lastusedtab": {
            "description": "TABS: Switch to last used tab"
        },
        "15-movetableft": {
            "description": "TABS: Move tab to the left"
        },
        "16-movetabright": {
            "description": "TABS: Move tab to the right"
        },
        "16-movetabtofirst": {
            "description": "TABS: Move tab to first position"
        },
        "16-movetabtolast": {
            "description": "TABS: Move tab to last position"
        },
        "17-newwindow": {
            "description": "WINDOWS: New window"
        },
        "18-newprivatewindow": {
            "description": "WINDOWS: New private window"
        },
        "19-closewindow": {
            "description": "WINDOWS: Close window"
        },
        "19-fullscreen": {
            "description": "WINDOWS: Toggle fullscreen"
        },
        "20-zoomin": {
            "description": "ZOOMING: Zoom in"
        },
        "21-zoomout": {
            "description": "ZOOMING: Zoom out"
        },
        "22-zoomreset": {
            "description": "ZOOMING: Zoom reset"
        },
        "23-back": {
            "description": "LOCATION: Go back"
        },
        "24-forward": {
            "description": "LOCATION: Go forward"
        },
        "25-reload": {
            "description": "LOCATION: Reload"
        },
        "25-hardreload": {
            "description": "LOCATION: Hard reload (bypass cache)"
        },
        "26-searchgoogle": {
            "description": "LOCATION: Search Google for selected text"
        },
        "27-copyurl": {
            "description": "LOCATION: Copy URL to clipboard"
        },
        "28-top": {
            "description": "SCROLLING: Scroll to top"
        },
        "29-bottom": {
            "description": "SCROLLING: Scroll to bottom"
        },
        "30-scrolldown": {
            "description": "SCROLLING: Scroll down"
        },
        "31-scrolldownmore": {
            "description": "SCROLLING: Scroll down more"
        },
        "31-pagedown": {
            "description": "SCROLLING: Page down"
        },
        "32-scrollup": {
            "description": "SCROLLING: Scroll up"
        },
        "33-scrollupmore": {
            "description": "SCROLLING: Scroll up more"
        },
        "33-pageup": {
            "description": "SCROLLING: Page up"
        },
        "34-scrollright": {
            "description": "SCROLLING: Scroll right"
        },
        "35-scrollrightmore": {
            "description": "SCROLLING: Scroll right more"
        },
        "36-scrollleft": {
            "description": "SCROLLING: Scroll left"
        },
        "37-scrollleftmore": {
            "description": "SCROLLING: Scroll left more"
        },
        "38-cleardownloads": {
            "description": "UTILITY: Clear downloads"
        },
        "39-viewsource": {
            "description": "UTILITY: View source"
        },
        "30-print": {
            "description": "UTILITY: Print page"
        },
        "40-disable": {
            "description": "UTILITY: Do nothing (disable browser shortcut - experimental)"
        },
        "41-disable": {
            "description": "UTILITY: Do nothing (disable browser shortcut - experimental)"
        },
        "42-disable": {
            "description": "UTILITY: Do nothing (disable browser shortcut - experimental)"
        },
        "43-disable": {
            "description": "UTILITY: Do nothing (disable browser shortcut - experimental)"
        },
        "44-disable": {
            "description": "UTILITY: Do nothing (disable browser shortcut - experimental)"
        },
        "45-disable": {
            "description": "UTILITY: Do nothing (disable browser shortcut - experimental)"
        },
        "46-opensettings": {
            "description": "LOCATION: Open Settings Page"
        },
        "47-openextensions": {
            "description": "LOCATION: Open Extensions Page"
        },
        "48-openshortcuts": {
            "description": "LOCATION: Open Keyboard Shortcuts Page"
        },
        "49-showlatestdownload": {
            "description": "DOWNLOADS: Show latest download"
        },
        "50-capturescreenshot": {
            "description": "UTILITY: Capture current viewport screenshot"
        },
        "51-capturefullsizescreenshot": {
            "description": "UTILITY: Capture full size screenshot (max height is 16,348px due to browser limitation)"
        },
        "52-forcecapturefullsizescreenshot": {
            "description": "UTILITY: Force capture full size screenshot (when window is not scrollable)"
        }
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "downloads",
        "tabs",
        "clipboardWrite",
        "browsingData",
        "bookmarks",
        "sessions",
        "management",
        "",
        "debugger"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}