Tab Hell

Sort of solution of "Tab Hell problem".

Tab Hell là gì?

Tab Hell là một tiện ích mở rộng Chrome được phát triển bởi weiz, và tính năng chính của nó là "Sort of solution of "Tab Hell problem".".

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

screenshot
screenshot

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

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

                        You have a problem with lots of opened browser tabs? All tabs "needed" but never used?
This extension autoclose forgotten tabs and save list of this tabs.

Additional functions:
 - grouping tabs by hostname;
 - reload all tabs;
 - remove duplicates of tabs;                    

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

Tên Tab Hell Tab Hell
ID aedkiopiicejaoodpoohpjjhjfdokgfd
URL Chính Thức https://chromewebstore.google.com/detail/tab-hell/aedkiopiicejaoodpoohpjjhjfdokgfd
Mô tả Sort of solution of "Tab Hell problem".
Kích Thước Tệp 21.15 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2015-05-07
Ngày Phát Hành 2015-05-07
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển weiz
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Hell",
    "description": "__MSG_extDescription__",
    "version": "0.1.2",
    "browser_action": {
        "default_icon": "tabHell.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        "alarms"
    ],
    "options_page": "options.html",
    "default_locale": "en"
}