Tab limit

Limit the number of tabs you can have open at a time

什么是Tab limit?

Tab limit是由3arry.dev开发的Chrome扩展程序,该扩展的主要功能是“Limit the number of tabs you can have open at a time”。

扩展截图

screenshot

下载Tab limit扩展crx文件

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

扩展使用说明

                        The extension allows users to set the maximum number of tabs they want open across their chrome windows at a time. If a user tries to open a tab when he's already at his tab limit, the newly opened tab automatically closes. This extension will be useful to users who find themselves opening more tabs than they need to. It will also helps users get less distracted from the task at hand by finding themselves opening unnecessary tabs. It is kind of a nudge for them to remind themselves that, hey, they need to stay focused on the task at hand. The user can adjust the number of maximum tabs they want open at any point in time.                    

扩展基本信息

名称 Tab limit Tab limit
ID djdcpjfmniidpdaalloiipgjphgikejl
官方URL https://chromewebstore.google.com/detail/tab-limit/djdcpjfmniidpdaalloiipgjphgikejl
简介 Limit the number of tabs you can have open at a time
文件大小 8.98 KB
安装次数 313
当前版本 0.0.0.1
更新时间 2022-05-28
上架时间 2022-05-28
评分 5.00/5 共4次评分
开发者 3arry.dev
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab limit",
    "description": "Limit the number of tabs you can have open at a time",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo_128.png",
            "32": "\/images\/logo_128.png",
            "48": "\/images\/logo_128.png",
            "128": "\/images\/logo_128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo_128.png",
        "32": "\/images\/logo_128.png",
        "48": "\/images\/logo_128.png",
        "128": "\/images\/logo_128.png"
    }
}