Tab House
This extension would save a group of Tabs in 1 go.
Cos'è Tab House?
Tab House è un'estensione di Chrome sviluppata da gauravgupta1479, e la sua funzione principale è "This extension would save a group of Tabs in 1 go.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab House
Scarica i file di estensione Tab House 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
This Extension saves tabs opened in Chrome Browser on a single click into a folder created by the user. The User can then access tabs from the saved folders later and can also select which tabs to open and which not to. Thereby it saves time to bookmark each tab individually and later launch them one by one, hence eliminating these hassles and organizes tabs in folders making convenient for the user to look out the tabs that he/she wants to open.
Informazioni di Base sull'Estensione
Nome | |
ID | gmkdmhkknodhhnnehhiniapmfejcipeh |
URL Ufficiale | https://chrome.google.com/webstore/detail/tab-house/gmkdmhkknodhhnnehhiniapmfejcipeh |
Descrizione | This extension would save a group of Tabs in 1 go. |
Dimensione del File | 299 KB |
Conteggio Installazioni | 16 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2014-10-03 |
Data di Pubblicazione | 2014-10-03 |
Valutazione | 4.67/5 Totale 6 Valutazioni |
Sviluppatore | gauravgupta1479 |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab House", "manifest_version": 2, "version": "1.0.0", "description": "This extension would save a group of Tabs in 1 go.", "browser_action": { "default_title": "Saves Tabs ", "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "background", "bookmarks", "notifications", "tabs", "storage", "alarms", "http:\/\/*\/", "https:\/\/*\/", "https:\/\/*.google.com\/" ], "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "background": { "scripts": [ "jquery.min.js", "database.js", "event.js" ] } } |