Auto-Close New Tabs

Allow only one new tab page at a time.

Auto-Close New Tabs là gì?

Auto-Close New Tabs là một tiện ích mở rộng Chrome được phát triển bởi eliasedgren1, và tính năng chính của nó là "Allow only one new tab page at a time.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto-Close New Tabs

Tải xuống các tệp mở rộng Auto-Close 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Auto-Close New Tabs Auto-Close New Tabs
ID flenhhkdfknhebichfkhmefaoembifcm
URL Chính Thức https://chromewebstore.google.com/detail/auto-close-new-tabs/flenhhkdfknhebichfkhmefaoembifcm
Mô tả Allow only one new tab page at a time.
Kích Thước Tệp 28.04 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2021-12-29
Ngày Phát Hành 2021-12-27
Nhà Phát Triển eliasedgren1
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}