Tab House
This extension would save a group of Tabs in 1 go.
Qu'est-ce que Tab House ?
Tab House est une extension Chrome développée par gauravgupta1479, et sa fonction principale est "This extension would save a group of Tabs in 1 go.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab House
Téléchargez les fichiers d'extension Tab House au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | gmkdmhkknodhhnnehhiniapmfejcipeh |
URL Officiel | https://chrome.google.com/webstore/detail/tab-house/gmkdmhkknodhhnnehhiniapmfejcipeh |
Description | This extension would save a group of Tabs in 1 go. |
Taille du Fichier | 299 KB |
Nombre d'Installations | 16 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2014-10-03 |
Date de Publication | 2014-10-03 |
Évaluation | 4.67/5 Total 6 Évaluations |
Développeur | gauravgupta1479 |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |