Tab Commander

Block access to domains and hide / restore tabs. Data is synced to all Chrome browsers you are logged in to (if sync is enabled).

Tab Commander là gì?

Tab Commander là một tiện ích mở rộng Chrome được phát triển bởi Matthew Hasbach, và tính năng chính của nó là "Block access to domains and hide / restore tabs. Data is synced to all Chrome browsers you are logged in to (if sync is enabled).".

Ả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 Commander

Tải xuống các tệp mở rộng Tab Commander 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

                        Tab Commander has the following features:

- Only allow access to the domain of the active tab in the current window
- Disallow access to the domain of the active tab in the current window
- Hide the active tab in the current window
- Hide all tabs except the active tab in the current window
- Hide all tabs on the domain of the active tab in the current window
- Hide all tabs that are not on the domain of the active tab in the current window
- Manage hidden tabs. Hidden tabs can be removed or restored one at a time, a page at a time, or all at once.
- Remove all data (hidden tabs, allowed / blocked domains, and settings)

Hidden tabs, allowed / blocked domains, and settings are saved using the chrome.storage.sync API, which means those preferences will automatically be synced to all Chrome browsers you are logged in to, provided you have sync enabled.                    

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

Tên Tab Commander Tab Commander
ID hionageldjijhodeffdfbkecppfiadob
URL Chính Thức https://chromewebstore.google.com/detail/tab-commander/hionageldjijhodeffdfbkecppfiadob
Mô tả Block access to domains and hide / restore tabs. Data is synced to all Chrome browsers you are logged in to (if sync is enabled).
Kích Thước Tệp 3.76 MB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2015-03-18
Ngày Phát Hành 2015-03-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Matthew Hasbach
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mjhasbach/tab-commander
URL Trang Trợ Giúp https://github.com/mjhasbach/tab-commander/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Commander",
    "description": "Block access to domains and hide \/ restore tabs. Data is synced to all Chrome browsers you are logged in to (if sync is enabled).",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "src\/img\/icon128.png",
        "default_popup": "src\/html\/popup.html"
    },
    "icons": {
        "128": "src\/img\/icon128.png"
    },
    "background": {
        "scripts": [
            "bower_components\/lodash\/lodash.js",
            "bower_components\/jquery\/dist\/jquery.js",
            "src\/js\/common.js",
            "src\/js\/events.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation"
    ]
}