Tab Limiter

Limit the number of open tabs – in total and per window

什么是Tab Limiter?

Tab Limiter是由Matthias Vogt开发的Chrome扩展程序,该扩展的主要功能是“Limit the number of open tabs – in total and per window”。

扩展截图

screenshot

下载Tab Limiter扩展crx文件

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

扩展使用说明

                        Tab limiter helps you get back control over your browsing – by limiting the number of tabs you can open at once.
You can specify the number of tabs in total and per window. Moreover, you can show a customizable message when the tab limit is hit.                    

扩展基本信息

名称 Tab Limiter Tab Limiter
ID pbpfchnddjilendkobiabenojlniemoh
官方URL https://chromewebstore.google.com/detail/tab-limiter/pbpfchnddjilendkobiabenojlniemoh
简介 Limit the number of open tabs – in total and per window
文件大小 159 KB
安装次数 50,000
当前版本 0.4.0
更新时间 2020-12-23
上架时间 2020-04-21
评分 4.48/5 共29次评分
开发者 Matthias Vogt
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/matthias-vogt/tab-limiter
帮助页面URL https://github.com/matthias-vogt/tab-limiter
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Limiter",
    "description": "Limit the number of open tabs \u2013 in total and per window",
    "version": "0.4.0",
    "author": "Matthias Vogt",
    "homepage_url": "https:\/\/github.com\/matthias-vogt\/tab-limiter",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_popup": "options.html",
        "default_title": "Tab Limiter"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}