Tabasco
Spicy Tab Management - Search, sort and manage your tabs.
Qu'est-ce que Tabasco ?
Tabasco est une extension Chrome développée par https://donatstudios.com, et sa fonction principale est "Spicy Tab Management - Search, sort and manage your tabs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tabasco
Téléchargez les fichiers d'extension Tabasco au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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"
Informations de Base sur l'Extension
Nom | Tabasco |
ID | apnefdpgaignkblccanndkelkjabjgjh |
URL Officiel | https://chromewebstore.google.com/detail/tabasco/apnefdpgaignkblccanndkelkjabjgjh |
Description | Spicy Tab Management - Search, sort and manage your tabs. |
Taille du Fichier | 60.68 KB |
Nombre d'Installations | 57 |
Version Actuelle | 0.12.1 |
Dernière Mise à Jour | 2023-12-23 |
Date de Publication | 2020-06-17 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | https://donatstudios.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/donatj/tabasco |
URL de la Page d'Aide | https://github.com/donatj/tabasco/issues |
URL de la Page de Politique de Confidentialité | https://github.com/donatj/tabasco/blob/master/PRIVACY.md |
Langues Prises en Charge | 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" ] } |