ZeroTab - Empty New Tab Page

With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.

ZeroTab - Empty New Tab Page là gì?

ZeroTab - Empty New Tab Page là một tiện ích mở rộng Chrome được phát triển bởi Yauheni Pakala, và tính năng chính của nó là "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.".

Ả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 ZeroTab - Empty New Tab Page

Tải xuống các tệp mở rộng ZeroTab - Empty New Tab Page 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

                        With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails. With additional options, for example: custom background color.                    

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

Tên ZeroTab - Empty New Tab Page ZeroTab - Empty New Tab Page
ID anbfanbhcjohnkjjccckagjcmolhhdgd
URL Chính Thức https://chromewebstore.google.com/detail/zerotab-empty-new-tab-pag/anbfanbhcjohnkjjccckagjcmolhhdgd
Mô tả With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
Kích Thước Tệp 7.76 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-12-11
Ngày Phát Hành 2019-03-09
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Yauheni Pakala
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/wcoder/ZeroTab
URL Trang Trợ Giúp https://github.com/wcoder/ZeroTab/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ZeroTab - Empty New Tab Page",
    "version": "1.0.1",
    "short_name": "ZeroTab",
    "description": "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.",
    "icons": {
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}