Chrome hotkey speed dial

I can’t find the speed dial add-on for Chrome with hot keys, for example, in opera or speed dial from firefox.

In Opera, I press STRG + 1 and the first page of speed dialing opens on the current tab. Firefox has even more hotkeys, such as strg + shift + 1, to open the first speed dial page in a new tab. (STRG + 2 for the second page, etc.)

Is it possible to create a shortcut like this?

+3
source share
1 answer

Yes, you can use the chrome.commands API to define keyboard shortcuts in your extension.

0
source

All Articles