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 |
公式URL | 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" ] } } |