Tab Group
Organize your tabs
Wat is Tab Group?
Tab Group is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Organize your tabs".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Group
Download Tab Group-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
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).
Basisinformatie over de Extensie
Naam | Tab Group |
ID | fdagimofkjchlmpjdgafapdkhdejfgfj |
Officiële URL | https://chromewebstore.google.com/detail/tab-group/fdagimofkjchlmpjdgafapdkhdejfgfj |
Beschrijving | Organize your tabs |
Bestandsgrootte | 15.1 KB |
Aantal Installaties | 83 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2014-10-17 |
Publicatiedatum | 2014-10-17 |
Beoordeling | 2.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | https://github.com/JessicaFu/TabGroup |
Ondersteunde Talen | 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" ] } |