Tabasco
Spicy Tab Management - Search, sort and manage your tabs.
Wat is Tabasco?
Tabasco is een Chrome-extensie ontwikkeld door https://donatstudios.com, en de belangrijkste functie is "Spicy Tab Management - Search, sort and manage your tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tabasco
Download Tabasco-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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" Basisinformatie over de Extensie
| Naam | |
| ID | apnefdpgaignkblccanndkelkjabjgjh |
| Officiële URL | https://chromewebstore.google.com/detail/tabasco/apnefdpgaignkblccanndkelkjabjgjh |
| Beschrijving | Spicy Tab Management - Search, sort and manage your tabs. |
| Bestandsgrootte | 60.68 KB |
| Aantal Installaties | 57 |
| Huidige Versie | 0.12.1 |
| Laatst Bijgewerkt | 2023-12-23 |
| Publicatiedatum | 2020-06-17 |
| Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://donatstudios.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/donatj/tabasco |
| Help Pagina-URL | https://github.com/donatj/tabasco/issues |
| URL van de Privacybeleid Pagina | https://github.com/donatj/tabasco/blob/master/PRIVACY.md |
| Ondersteunde Talen | 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"
]
} | |