Tab Group
Organize your tabs
Was ist Tab Group?
Tab Group ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Organize your tabs".
Erweiterungsscreenshots
Tab Group-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab Group-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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).
Grundlegende Informationen zur Erweiterung
Name | Tab Group |
ID | fdagimofkjchlmpjdgafapdkhdejfgfj |
Offizielle URL | https://chromewebstore.google.com/detail/tab-group/fdagimofkjchlmpjdgafapdkhdejfgfj |
Beschreibung | Organize your tabs |
Dateigröße | 15.1 KB |
Installationsanzahl | 83 |
Aktuelle Version | 1.1 |
Letztes Update | 2014-10-17 |
Veröffentlichungsdatum | 2014-10-17 |
Bewertung | 2.00/5 Insgesamt 6 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/JessicaFu/TabGroup |
Unterstützte Sprachen | 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" ] } |