'Nuff Tabs

Limit the number of open tabs. Automatically close previous tabs.

'Nuff Tabs là gì?

'Nuff Tabs là một tiện ích mở rộng Chrome được phát triển bởi https://www.squobble.com, và tính năng chính của nó là "Limit the number of open tabs. Automatically close previous tabs.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Limit the number of open tabs. Tabs are automatically closed when you surpass the limit, based on a rule you can specify.

Options allow to
1. set the tab limit
2. specify the discard rule
3. leave the pinned tabs untouched
4. show the current number of tabs in the icon

The following discard rules are included: Either close the oldest tab, the newest tab (avoids auto-closing tabs), the least recently used tab, the least frequently used tab, or a random tab.

Source code: https://github.com/steven2358/NuffTabs                    

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

Tên 'Nuff Tabs 'Nuff Tabs
ID kemeihccgedidlokcbfhdekcfojpjjmp
URL Chính Thức https://chromewebstore.google.com/detail/nuff-tabs/kemeihccgedidlokcbfhdekcfojpjjmp
Mô tả Limit the number of open tabs. Automatically close previous tabs.
Kích Thước Tệp 11.11 KB
Số Lần Cài Đặt 975
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2015-10-02
Ngày Phát Hành 2015-10-02
Đánh Giá 4.44/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://www.squobble.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/steven2358/NuffTabs
URL Trang Trợ Giúp https://github.com/steven2358/NuffTabs/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "'Nuff Tabs",
    "author": "Steven Van Vaerenbergh",
    "version": "0.5",
    "description": "Limit the number of open tabs. Automatically close previous tabs.",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "19": "i\/nufftabs19.png",
        "32": "i\/nufftabs32.png",
        "48": "i\/nufftabs48.png",
        "64": "i\/nufftabs64.png",
        "128": "i\/nufftabs128.png"
    },
    "browser_action": {
        "default_name": "'Nuff Tabs",
        "default_icon": "i\/nufftabs19.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "nufftabs.js"
        ]
    },
    "options_page": "options.html"
}