Tab Grouper
Consolidate your tabs into a list.
Wat is Tab Grouper?
Tab Grouper is een Chrome-extensie ontwikkeld door Leslie Heinzen, en de belangrijkste functie is "Consolidate your tabs into a list.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Grouper
Download Tab Grouper-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 Grouper will gobble up and close all of your open tabs, and spit them out into a list on a single, new, fresh tab.
Basisinformatie over de Extensie
Naam | ![]() |
ID | mbgligdomdgbbenibfnlociabpmidilp |
Officiële URL | https://chrome.google.com/webstore/detail/tab-grouper/mbgligdomdgbbenibfnlociabpmidilp |
Beschrijving | Consolidate your tabs into a list. |
Bestandsgrootte | 11.99 KB |
Aantal Installaties | 18 |
Huidige Versie | 0.3.0 |
Laatst Bijgewerkt | 2018-05-10 |
Publicatiedatum | 2018-05-10 |
Ontwikkelaar | Leslie Heinzen |
Betalingswijze | free |
Help Pagina-URL | https://github.com/Zero-man/tab-grouper-chrome/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Grouper", "version": "0.3.0", "description": "Consolidate your tabs into a list.", "homepage_url": "https:\/\/github.com\/Zero-man\/tab-grouper-chrome", "icons": { "32": "icons\/fish-64.png", "48": "icons\/fish-64.png", "64": "icons\/fish-64.png" }, "background": { "scripts": [ "background.js" ] }, "commands": { "group-tabs": { "suggested_key": { "default": "Alt+Shift+G" }, "description": "Close all tabs." } }, "permissions": [ "tabs" ], "browser_action": { "browser_style": true, "default_icon": { "32": "icons\/fish-64.png" }, "default_title": "TabGrouper", "default_popup": "popup\/popup.html" } } |