'Nuff Tabs

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

什么是'Nuff Tabs?

'Nuff Tabs是由https://www.squobble.com开发的Chrome扩展程序,该扩展的主要功能是“Limit the number of open tabs. Automatically close previous tabs.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载'Nuff Tabs扩展crx文件

下载'Nuff Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 'Nuff Tabs 'Nuff Tabs
ID kemeihccgedidlokcbfhdekcfojpjjmp
官方URL https://chromewebstore.google.com/detail/nuff-tabs/kemeihccgedidlokcbfhdekcfojpjjmp
简介 Limit the number of open tabs. Automatically close previous tabs.
文件大小 11.11 KB
安装次数 975
当前版本 0.5
更新时间 2015-10-02
上架时间 2015-10-02
评分 4.44/5 共18次评分
开发者 https://www.squobble.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/steven2358/NuffTabs
帮助页面URL https://github.com/steven2358/NuffTabs/issues
支持的语言 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"
}