TabsFolder
Group your tabs into groups.
¿Qué es TabsFolder?
TabsFolder es una extensión de Chrome desarrollada por https://e-pot.xyz, y su función principal es "Group your tabs into groups.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión TabsFolder
Descarga archivos de extensión TabsFolder 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
Add a kind of panorama like feature to chrome (but less pretty). This extention is design to people like me who always have a lot of tabs open at the same time. It allows the creation of groups (folders) to organise the repartition of your tabs. With this extention, create groups and add tabs to them just with drag and drop. Then choose the group of tab you want work with. You will not be disturb by the other tabs. You can switch to an other tab group anytime you want. Just close the group to close all the tabs inside it when you have finished to work with. Now the extention keeps your pinned tabs open. A git repository has been created. Fell free to fork or re-use it. Some part of the code are in french though (sorry). https://github.com/Conchylicultor/TabsFolder
Información Básica de la Extensión
Nombre | TabsFolder |
ID | pdfepgdcmifhbmldcofnkmnbabamjdnm |
URL Oficial | https://chromewebstore.google.com/detail/tabsfolder/pdfepgdcmifhbmldcofnkmnbabamjdnm |
Descripción | Group your tabs into groups. |
Tamaño del Archivo | 155 KB |
Cantidad de Instalaciones | 1,395 |
Versión Actual | 1.1.0 |
Última Actualización | 2016-11-28 |
Fecha de Publicación | 2016-11-27 |
Calificación | 4.05/5 Total de 65 Calificaciones |
Desarrollador | https://e-pot.xyz |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/Conchylicultor/TabsFolder |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabsFolder", "version": "1.1.0", "description": "Group your tabs into groups.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": { "name": "Conchilicultor", "email": "[email protected]" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "src\/event_page.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/ba48.png", "default_title": "Organise your tabs" } } |