TabsFolder
Group your tabs into groups.
Cos'è TabsFolder?
TabsFolder è un'estensione di Chrome sviluppata da https://e-pot.xyz, e la sua funzione principale è "Group your tabs into groups.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TabsFolder
Scarica i file di estensione TabsFolder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | TabsFolder |
ID | pdfepgdcmifhbmldcofnkmnbabamjdnm |
URL Ufficiale | https://chromewebstore.google.com/detail/tabsfolder/pdfepgdcmifhbmldcofnkmnbabamjdnm |
Descrizione | Group your tabs into groups. |
Dimensione del File | 155 KB |
Conteggio Installazioni | 1,395 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2016-11-28 |
Data di Pubblicazione | 2016-11-27 |
Valutazione | 4.05/5 Totale 65 Valutazioni |
Sviluppatore | https://e-pot.xyz |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Conchylicultor/TabsFolder |
Lingue Supportate | 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" } } |