Keyboard Shortcuts
Set custom keyboard shortcuts for Chrome: View extension options, or browse to chrome://extensions/shortcuts to set.
Custom keyboard shortcuts for your browser
按已采集快照查看用户数变化。
展示最近 7 日窗口内已采集的评分快照,辅助判断近期评分是否稳定。
同口径展示 1 天、7 天、30 天的绝对增长与增长率。
查看发布时间、版本、支持语言、最近更新和抓取时间。
查看插件说明、主要功能和适用场景。
Shortkeys lets you create custom keyboard shortcuts for anything your browser can do. Choose from 125+ built-in actions, chain them into macros, or write your own JavaScript — all with a clean, modern interface.
WHAT CAN IT DO?
Shortkeys ships with 125+ built-in actions across 11 categories:
- Scrolling: scroll up/down/left/right, jump to top or bottom
- Tabs: open, close, pin, mute, move, sort, duplicate, suspend, group, and switch tabs
- Navigation: back, forward, reload, copy URL, open from clipboard
查看最近评论和评分分布。
商店综合星级:3.4。下方星级分布只统计已同步评论正文;如果某个插件只有公开分数、没有真实评论正文,这里可能为空。
查看 Chrome 商店详情页中的相关产品。
Set custom keyboard shortcuts for Chrome: View extension options, or browse to chrome://extensions/shortcuts to set.
Define keyboard shortcuts for actions of websites you use frequently
Add hotkeys to 1)close tabs to the left, 2)close tabs to the right, 3)close other tabs, 4)toggle tab pinning
Chrome extension adding shortcuts for closing and pinning tabs.
Add keyboard shortcuts for 10 of your bookmarks.
25 keyboard shortcut shortcuts for browser.
cool
Can't make it work.
Très utile
Great! I use it to type German "Umlaute" like "ä, ö, ü, ß" using alt+a, alt+o, alt+u, alt+s. This is my Javascript: var txtarea = document.activeElement; if (txtarea.nodeName == "INPUT" || txtarea.nodeName == "TEXTAREA") { var scrollPos = txtarea.scrollTop; var caretPos = txtarea.selectionStart; var front = (txtarea.value).substring(0, caretPos); var back = (txtarea.value).substring(txtarea.selectionEnd, txtarea.value.length); txtarea.value = front + "[insert ä, ö, ü or ß here]" + back; caretPos = caretPos + 1; txtarea.selectionStart = caretPos; txtarea.selectionEnd = caretPos; txtarea.focus(); txtarea.scrollTop = scrollPos; }
On a chromebook with chrome os, I was able to type in "ctrl+shift+[" (note: NOT holding the actual shift or ctrl keys) to enable switching to the previous tab (and ctrl+shift+] for the next tab). In chrome os settings I was able to fish around a little bit to find out how to assign the ctrl key to alt and the alt key to ctrl, so now I have my standard mac style Cmd+shift+[ and Cmd+shift+] tab switching shortcuts. I did have to reload pages for this to finally work, but it does seem to work just fine.
Doesn't work on chrome 48.0 (ubuntu)
No option for edit shortcuts like ctrl+F for find
Only works for keys that type their character. Is it possible to add the ESC and F1-12 as well? those are the short cuts I want to get rid of. The app itself is solid for what it can do but It's useless for people trying to disable the F or ESC keys
I intended to use this extension primarily as a way to launch web sites using hot keys. This extension almost does everything I need from it, but some critical things are still missing/not working: 1) The extension only works on actual web pages. Blank new tabs or setting pages will not have the shortcuts you defined. This makes it difficult to use the sequence of "open new tab, invoke hotkey to load a web site". I was forced to download another extension to make all new tabs load a web site just so that I could use my hotkeys with new tabs. This is just a partial solution though, because of problem number 2: 2) Hotkeys only work after the page finishes loading. This is problematic if you are using the shortcuts for quickly jumping to your favorite sites, because it interferes with the "quickly" part: you open a new tab, it begins to load a web page, and you must wait for it to finish before you can invoke the hotkey that will take you to the site you wanted to go to. In the time a website loads, even a fast one like the Google home page, I am able to invoke the goto webpage shortcut at least 6 times, which is not acceptable to me. Unfortunately, it looks like I may have to go back to Firefox just to use its SpeedDial addon, which has the website hotkeys feature natively and which does not suffer from the above problems I described.
Fires bookmarklets from inside text fields == better than any other shortcut manager I've tried in my book[marklet!]