Tab House
This extension would save a group of Tabs in 1 go.
什麼是Tab House?
Tab House是由gauravgupta1479開發的Chrome擴展程式,該擴展的主要功能是“This extension would save a group of Tabs in 1 go.”。
擴展截圖
下載Tab House擴展crx文件
下載Tab House擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | gmkdmhkknodhhnnehhiniapmfejcipeh |
官方網址 | https://chrome.google.com/webstore/detail/tab-house/gmkdmhkknodhhnnehhiniapmfejcipeh |
簡介 | This extension would save a group of Tabs in 1 go. |
檔案大小 | 299 KB |
安裝次數 | 16 |
目前版本 | 1.0.0 |
更新時間 | 2014-10-03 |
上架時間 | 2014-10-03 |
評分 | 4.67/5 共 6 次評分 |
開發者 | gauravgupta1479 |
付費類型 | free |
支援的語言 | 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" ] } } |