Auto-Close New Tabs

Allow only one new tab page at a time.

什么是Auto-Close New Tabs?

Auto-Close New Tabs是由eliasedgren1开发的Chrome扩展程序,该扩展的主要功能是“Allow only one new tab page at a time.”。

扩展截图

screenshot

下载Auto-Close New Tabs扩展crx文件

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

扩展使用说明

                        Cases when you actually need more than one new tab are few and far between. This extension automatically closes all extra new tabs to unclutter your browser.                    

扩展基本信息

名称 Auto-Close New Tabs Auto-Close New Tabs
ID flenhhkdfknhebichfkhmefaoembifcm
官方URL https://chromewebstore.google.com/detail/auto-close-new-tabs/flenhhkdfknhebichfkhmefaoembifcm
简介 Allow only one new tab page at a time.
文件大小 28.04 KB
安装次数 32
当前版本 0.0.0.2
更新时间 2021-12-29
上架时间 2021-12-27
开发者 eliasedgren1
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto-Close New Tabs",
    "version": "0.0.0.2",
    "description": "Allow only one new tab page at a time.",
    "manifest_version": 3,
    "incognito": "not_allowed",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon.png"
    }
}