Tab Grouper
Let's you group your chrome tabs by domain
¿Qué es Tab Grouper?
Tab Grouper es una extensión de Chrome desarrollada por Very Good Chrome Extensions, y su función principal es "Let's you group your chrome tabs by domain".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Tab Grouper
Descarga archivos de extensión Tab Grouper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Group your tabs based on the url domain with a single click! Do you have too many tabs open? Are many of those tabs from the same website? If so then this extension is just for you! With a single click this extension will group all your tabs based on website/domain. Usage and limitations • Only groups tabs if there is at least two tabs open with the same url domain. • It will group only tabs in the current window. • If grouping is done on a second window, it will check if the domain group already exists from prior groups even on a different window and send the tab to that group if it does. 0.0.2 changes • Fixed bug • Added an options page to allow reset of extension data in case of errors.
Información Básica de la Extensión
Nombre | |
ID | fkpmakflpdgeblkpdklpoohabkdghjpd |
URL Oficial | https://chromewebstore.google.com/detail/tab-grouper/fkpmakflpdgeblkpdklpoohabkdghjpd |
Descripción | Let's you group your chrome tabs by domain |
Tamaño del Archivo | 228 KB |
Cantidad de Instalaciones | 92 |
Versión Actual | 0.0.2 |
Última Actualización | 2021-04-18 |
Fecha de Publicación | 2021-04-01 |
Calificación | 3.00/5 Total de 2 Calificaciones |
Desarrollador | Very Good Chrome Extensions |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Grouper", "version": "0.0.2", "manifest_version": 3, "description": "Let's you group your chrome tabs by domain", "permissions": [ "storage", "tabs", "tabGroups" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_title": "Tab Grouper" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "options.html" } |