Tab Grouper
Find and manage your tabs easier.
Qu'est-ce que Tab Grouper ?
Tab Grouper est une extension Chrome développée par https://alexzran.com, et sa fonction principale est "Find and manage your tabs easier.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Grouper
Téléchargez les fichiers d'extension Tab Grouper 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
Helps you with: Browse all tabs opened. Click to jump to a tab. Select and smart grouping all tabs by website. Bookmark selected tabs in a folder and close them. Feedback here!: https://airtable.com/shr13uwuvCmGz3tBT Roadmap: https://chrome-tab-grouper.notion.site/
Informations de Base sur l'Extension
Nom | Tab Grouper |
ID | dkiignmfiekgmokkmnpgohpcdolellbn |
URL Officiel | https://chromewebstore.google.com/detail/tab-grouper/dkiignmfiekgmokkmnpgohpcdolellbn |
Description | Find and manage your tabs easier. |
Taille du Fichier | 9.62 KB |
Nombre d'Installations | 50 |
Version Actuelle | 0.0.0.6 |
Dernière Mise à Jour | 2023-01-16 |
Date de Publication | 2022-02-28 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://alexzran.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://chrome-tab-grouper.notion.site/ |
URL de la Page d'Aide | https://airtable.com/shr13uwuvCmGz3tBT |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Grouper", "description": "Find and manage your tabs easier.", "version": "0.0.0.6", "manifest_version": 3, "permissions": [ "tabs", "bookmarks", "tabGroups" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "128": "\/images\/icon.png" } }, "icons": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "128": "\/images\/icon.png" } } |