Group Tabs
Groups tabs according to defined categories
¿Qué es Group Tabs?
Group Tabs es una extensión de Chrome desarrollada por Hari Raghunathan, y su función principal es "Groups tabs according to defined categories".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Group Tabs
Descarga archivos de extensión Group Tabs 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
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.
Información Básica de la Extensión
Nombre | Group Tabs |
ID | ggidhmcepheeclhipelplplfbgbholdf |
URL Oficial | https://chromewebstore.google.com/detail/group-tabs/ggidhmcepheeclhipelplplfbgbholdf |
Descripción | Groups tabs according to defined categories |
Tamaño del Archivo | 349 KB |
Cantidad de Instalaciones | 144 |
Versión Actual | 1.0 |
Última Actualización | 2014-10-29 |
Fecha de Publicación | 2014-10-28 |
Calificación | 3.80/5 Total de 5 Calificaciones |
Desarrollador | Hari Raghunathan |
Tipo de Pago | free |
Idiomas Soportados | 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 } |