Close Extra New Tabs
A Chrome extension to keep only one new open at all times, closing extra ones.
什么是Close Extra New Tabs?
Close Extra New Tabs是由Gavin Borg开发的Chrome扩展程序,该扩展的主要功能是“A Chrome extension to keep only one new open at all times, closing extra ones.”。
扩展截图
下载Close Extra New Tabs扩展crx文件
下载Close Extra New Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will close extra New Tab pages that are open whenever you open or close another tab. It will ignore the currently focused tab. ------------------------ Icons by Linh Pham Thi Dieu http://linhpham.me/ Project released open-source, Github project available: https://github.com/theborg3of5/CloseExtraNewTabs ------------------------ Please note that this was made for personal use, so replies and fixes may be delayed. ------------------------ Changelog: 1.0: Initial Release - split functionality off from "Keep One Pinned Tab" (also made by this developer). 1.1: Bugfix: now actually works! 2.0: Rewrote from scratch, should now be more reliable. 3.0: Update to manifest V3 (no functional changes).
扩展基本信息
名称 | Close Extra New Tabs |
ID | gkaaknlhljkigoogfhaknojpmjnlmcod |
官方URL | https://chromewebstore.google.com/detail/close-extra-new-tabs/gkaaknlhljkigoogfhaknojpmjnlmcod |
简介 | A Chrome extension to keep only one new open at all times, closing extra ones. |
文件大小 | 6.93 KB |
安装次数 | 33 |
当前版本 | 3.0 |
更新时间 | 2023-12-19 |
上架时间 | 2017-05-07 |
评分 | 5.00/5 共1次评分 |
开发者 | Gavin Borg |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/theborg3of5/CloseExtraNewTabs |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close Extra New Tabs", "version": "3.0", "description": "A Chrome extension to keep only one new open at all times, closing extra ones.", "manifest_version": 3, "permissions": [ "tabs" ], "icons": { "128": "icon128.png" }, "background": { "service_worker": "service_worker.js" }, "incognito": "split" } |