Close Extra New Tabs
A Chrome extension to keep only one new open at all times, closing extra ones.
Close Extra New Tabs là gì?
Close Extra New Tabs là một tiện ích mở rộng Chrome được phát triển bởi Gavin Borg, và tính năng chính của nó là "A Chrome extension to keep only one new open at all times, closing extra ones.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Close Extra New Tabs
Tải xuống các tệp mở rộng Close Extra New Tabs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Close Extra New Tabs |
ID | gkaaknlhljkigoogfhaknojpmjnlmcod |
URL Chính Thức | https://chromewebstore.google.com/detail/close-extra-new-tabs/gkaaknlhljkigoogfhaknojpmjnlmcod |
Mô tả | A Chrome extension to keep only one new open at all times, closing extra ones. |
Kích Thước Tệp | 6.93 KB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 3.0 |
Cập Nhật Lần Cuối | 2023-12-19 |
Ngày Phát Hành | 2017-05-07 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Gavin Borg |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/theborg3of5/CloseExtraNewTabs |
Ngôn Ngữ Được Hỗ Trợ | 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" } |