Tab House

This extension would save a group of Tabs in 1 go.

Tab House là gì?

Tab House là một tiện ích mở rộng Chrome được phát triển bởi gauravgupta1479, và tính năng chính của nó là "This extension would save a group of Tabs in 1 go.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tab House

Tải xuống các tệp mở rộng Tab House dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tab House Tab House
ID gmkdmhkknodhhnnehhiniapmfejcipeh
URL Chính Thức https://chrome.google.com/webstore/detail/tab-house/gmkdmhkknodhhnnehhiniapmfejcipeh
Mô tả This extension would save a group of Tabs in 1 go.
Kích Thước Tệp 299 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2014-10-03
Ngày Phát Hành 2014-10-03
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển gauravgupta1479
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}