Tabasco
Spicy Tab Management - Search, sort and manage your tabs.
What is Tabasco?
Tabasco is a Chrome extension developed by https://donatstudios.com, and its main feature is "Spicy Tab Management - Search, sort and manage your tabs.".
Extension Screenshots
Download Tabasco Extension CRX File
Download Tabasco 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
Tabasco is a super helpful tab manager / advanced tab search tool. Tabasco will help you do the following with your tabs - Search tabs with an advanced search syntax - Move search results to a new window - Merge all windows - Close duplicate tabs - Find all tabs from a domain - Close groups of tabs including entire domains and entire search result sets By default the text of the tab title and URL will be searched. Additionally you can: - Find noisy tabs with: is:audible - Find pinned tabs with: is:pinned - Find tabs on a specific host with host:example.com - Negate searches with ! e.g. !item or !"multi word"
Extension Basic Information
Name | Tabasco |
ID | apnefdpgaignkblccanndkelkjabjgjh |
Official URL | https://chromewebstore.google.com/detail/tabasco/apnefdpgaignkblccanndkelkjabjgjh |
Description | Spicy Tab Management - Search, sort and manage your tabs. |
File Size | 60.68 KB |
Installation Count | 57 |
Current Version | 0.12.1 |
Last Updated | 2023-12-23 |
Publish Date | 2020-06-17 |
Rating | 4.67/5 Total 3 Ratings |
Developer | https://donatstudios.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/donatj/tabasco |
Help Page URL | https://github.com/donatj/tabasco/issues |
Privacy Policy Page URL | https://github.com/donatj/tabasco/blob/master/PRIVACY.md |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tabasco", "description": "Spicy Tab Management - Search, sort and manage your tabs.", "icons": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "version": "0.12.1", "offline_enabled": true, "homepage_url": "https:\/\/github.com\/donatj\/tabasco", "action": { "default_icon": "icon128.png", "default_title": "Tabasco: Spicy Tab Management", "default_popup": "index.html" }, "side_panel": { "default_path": "sidebar.html" }, "permissions": [ "tabs", "tabGroups", "sidePanel" ] } |