FavTabs
Opens a set of your favorite tabs.
What is FavTabs?
FavTabs is a Chrome extension developed by Ian Hyatt, and its main feature is "Opens a set of your favorite tabs.".
Extension Screenshots
Download FavTabs Extension CRX File
Download FavTabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extensions provides a button in Chrome that opens a set of default (favorite) tabs. You can specify the URLs for the tabs to open in the extension options as well as which tabs (if any) you want pinned.
Extension Basic Information
Name | FavTabs |
ID | epmimoeohdhcbafcelmkkbabkkhojnee |
Official URL | https://chromewebstore.google.com/detail/favtabs/epmimoeohdhcbafcelmkkbabkkhojnee |
Description | Opens a set of your favorite tabs. |
File Size | 17.64 KB |
Installation Count | 41 |
Current Version | 1.0 |
Last Updated | 2020-10-27 |
Publish Date | 2017-01-16 |
Developer | Ian Hyatt |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FavTabs", "description": "Opens a set of your favorite tabs.", "version": "1.0", "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "storage" ], "browser_action": { "default_title": "FavTabs" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": true } } |