Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jon-salmon/hotkey-tabs
Firefox extension for quick switching and loading of commonly used webpages via keyboard shortcuts.
https://github.com/jon-salmon/hotkey-tabs
firefox javascript webextension
Last synced: 24 days ago
JSON representation
Firefox extension for quick switching and loading of commonly used webpages via keyboard shortcuts.
- Host: GitHub
- URL: https://github.com/jon-salmon/hotkey-tabs
- Owner: Jon-Salmon
- License: gpl-3.0
- Created: 2017-05-24T14:42:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-10T08:26:35.000Z (almost 3 years ago)
- Last Synced: 2024-10-13T08:45:01.988Z (about 1 month ago)
- Topics: firefox, javascript, webextension
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-GB/firefox/addon/hotkey-tabs/
- Size: 145 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hotkey Tabs
This is the source code for a firefox addon that allows for the quick switching and loading of commonly used website and webpages with Alt-number keyboard shortcuts. If the specified website or webpage is open, then firefox will switch to that tab, else it will open the site in a new tab.
### Build instructions:
Use the gulp.js file to process the source slim files into html and output the application into the ./build directory.
Load the addon into Firefox using the [web-ext](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Getting_started_with_web-ext) tool.### Addon usage instructions:
1. Go to the options page for "Hotkey Tabs" in the about:addons page
2. You can then specify the url of the website you wish each hotkey (Alt-0 to Alt-9) to switch to either by specifying explicitly in this screen, or by navigating to the site and using the right click context option
3. The exact action for each hotkey can be specified in the about:addons screen
* Switch/Open site: Switches or opens the specified site. If any open page is part of the specified site, then it will be switched to, else the root of the site will be opened.
* Switch/Open page: Switches or opens the specified page. Firefox will change tab only if the exact page url is already opened, else it will open that page.
* RegEx Matching: Decides whether a tab matches or not by a specified regular expression pattern.