Tab Wrangler

Automatically closes inactive tabs and makes it easy to get them back

Tab Wrangler là gì?

Tab Wrangler là một tiện ích mở rộng Chrome được phát triển bởi tabwrangler, và tính năng chính của nó là "Automatically closes inactive tabs and makes it easy to get them back".

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

screenshot
screenshot
screenshot

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

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

                        Too many tabs? Do you have a tab addiction? Tab Wrangler closes tabs that haven't been used recently. 

See how Tab Wrangler can free your Chrome from tab clutter in our walkthrough: https://www.youtube.com/watch?v=jtP7pysqHY8

 - Automatically closes idle tabs after designated time
 - Prevent auto-closing from your favorite sites
 - Saves closed tabs, easy to re-open
 - Chrome sync saves settings between computers
 - Doesn't close pinned tabs
 - Lock tabs from closing

But don't worry, auto-closed tabs are stored safe and sound in the Tab Corral. Highly configurable, and totally awesome. It will save your computer and your brain from tab overload.

Tab Wrangler for Firefox: https://addons.mozilla.org/en-US/firefox/addon/tabwrangler/                    

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

Tên Tab Wrangler Tab Wrangler
ID egnjhciaieeiiohknchakcodbpgjnchh
URL Chính Thức https://chromewebstore.google.com/detail/tab-wrangler/egnjhciaieeiiohknchakcodbpgjnchh
Mô tả Automatically closes inactive tabs and makes it easy to get them back
Kích Thước Tệp 279 KB
Số Lần Cài Đặt 64,285
Phiên Bản Hiện Tại 6.9.0
Cập Nhật Lần Cuối 2021-03-02
Ngày Phát Hành 2020-02-11
Đánh Giá 4.43/5 Tổng số 906 Đánh Giá
Nhà Phát Triển tabwrangler
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/tabwrangler/tabwrangler
URL Trang Trợ Giúp https://github.com/tabwrangler/tabwrangler/issues
URL Trang Chính Sách Bảo Mật https://github.com/tabwrangler/tabwrangler
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es,hu,pl,ru,zh-CN,zh-TW,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "6.9.0",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "commands": {
        "wrangle-current-tab": {
            "description": "Close current tab and save to corral",
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "MacCtrl+Shift+W"
            }
        }
    },
    "minimum_chrome_version": "28",
    "options_ui": {
        "open_in_tab": true,
        "page": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "sessions",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "img\/icon48.png"
    ]
}