Tab Group
Organize your tabs
Qu'est-ce que Tab Group ?
Tab Group est une extension Chrome développée par Unknown, et sa fonction principale est "Organize your tabs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Group
Téléchargez les fichiers d'extension Tab Group 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
Tab Group allows users to create groupings of links/urls/internet pages. Users can easily create new groupings by entering a name and description for the group and adding links to them. They can also pull all the links from currently opened tabs. Users can choose to open the items within the indicated grouping all at once in different tabs. Very useful when opening the browser depending on specific purposes (groups can contain things you might want to differentiate ie: fun and games, work, coding, readings, art history class, trip planning).
Informations de Base sur l'Extension
Nom | Tab Group |
ID | fdagimofkjchlmpjdgafapdkhdejfgfj |
URL Officiel | https://chromewebstore.google.com/detail/tab-group/fdagimofkjchlmpjdgafapdkhdejfgfj |
Description | Organize your tabs |
Taille du Fichier | 15.1 KB |
Nombre d'Installations | 83 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-10-17 |
Date de Publication | 2014-10-17 |
Évaluation | 2.00/5 Total 6 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/JessicaFu/TabGroup |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Group", "version": "1.1", "description": "Organize your tabs", "browser_action": { "default_icon": "images\/new_directory.png", "default_popup": "tabGroups.html" }, "permissions": [ "tabs" ] } |