Group Tabs
Groups tabs according to defined categories
Was ist Group Tabs?
Group Tabs ist eine Chrome-Erweiterung, die von Hari Raghunathan entwickelt wurde, und ihr Hauptmerkmal ist "Groups tabs according to defined categories".
Erweiterungsscreenshots
Group Tabs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Group Tabs-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
Organize your browsing experience with this extension. Use this extension to sort all your current tabs based on categories into separate browser windows. Categorize frequently visited sites into buckets using the grouping table. Whenever you feel the need to reorganize your tabs, just hit the 'click to group' button and see the magic happen! The extension defines some initial sample grouping. Feel free to modify this with the +/- buttons and save the grouping after modifying. To search sites, or groups currently in the grouping, use the Filter box above the table to filter through the list.
Grundlegende Informationen zur Erweiterung
Name | Group Tabs |
ID | ggidhmcepheeclhipelplplfbgbholdf |
Offizielle URL | https://chromewebstore.google.com/detail/group-tabs/ggidhmcepheeclhipelplplfbgbholdf |
Beschreibung | Groups tabs according to defined categories |
Dateigröße | 349 KB |
Installationsanzahl | 144 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-10-29 |
Veröffentlichungsdatum | 2014-10-28 |
Bewertung | 3.80/5 Insgesamt 5 Bewertungen |
Entwickler | Hari Raghunathan |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Group Tabs", "version": "1.0", "description": "Groups tabs according to defined categories ", "icons": { "16": "group_tabs_16.png", "48": "group_tabs_48.png", "128": "group_tabs_128.png" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "group_tabs_19.png", "default_popup": "popup.html", "default_title": "Group tabs" }, "manifest_version": 2 } |