3 Tabs Only

Allows a maximum of 3 open tabs

什么是3 Tabs Only?

3 Tabs Only是由One Who Tinkers开发的Chrome扩展程序,该扩展的主要功能是“Allows a maximum of 3 open tabs”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载3 Tabs Only扩展crx文件

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

扩展使用说明

                        Work with more focus. If you open a fourth tab, the extension automatically closes the fourth tab and notifies you with a pop-up (just press Enter to close the pop-up). Forces you to finish tasks before starting new ones.

I've used this extension for years, and I love it! It's in my browser right now. If you use this extension frequently, please leave a 5-star review.

The script and manifest, for transparency:
goo.gl/kac7nx
goo.gl/V52guz

Images made with Canva.                    

扩展基本信息

名称 3 Tabs Only 3 Tabs Only
ID pkfpaiidmiemediimekjfmlbhnbofabd
官方URL https://chromewebstore.google.com/detail/3-tabs-only/pkfpaiidmiemediimekjfmlbhnbofabd
简介 Allows a maximum of 3 open tabs
文件大小 37.33 KB
安装次数 515
当前版本 7.10005
更新时间 2020-03-01
上架时间 2020-03-01
评分 4.69/5 共16次评分
开发者 One Who Tinkers
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "3 Tabs Only",
    "description": "Allows a maximum of 3 open tabs",
    "version": "7.10005",
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}