Empty New Tab Page - Select Your Background.

The new tab page is now empty, you can select the background color of your choice.

Empty New Tab Page - Select Your Background. là gì?

Empty New Tab Page - Select Your Background. là một tiện ích mở rộng Chrome được phát triển bởi Thomas Tavernier, và tính năng chính của nó là "The new tab page is now empty, you can select the background color of your choice.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Empty New Tab Page - Select Your Background.

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

                        You can customize the background color of the empty new tab page, just click on the extension.

Default background color set as chrome dark mode color.

No longer supports images.                    

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

Tên Empty New Tab Page - Select Your Background. Empty New Tab Page - Select Your Background.
ID ppnljghmgbgkebhihiphkkmdgpnccoen
URL Chính Thức https://chromewebstore.google.com/detail/empty-new-tab-page-select/ppnljghmgbgkebhihiphkkmdgpnccoen
Mô tả The new tab page is now empty, you can select the background color of your choice.
Kích Thước Tệp 10.4 KB
Số Lần Cài Đặt 122
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2021-08-15
Ngày Phát Hành 2019-09-19
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Thomas Tavernier
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ThomasTavernier/empty-new-tab-page
Ngôn Ngữ Được Hỗ Trợ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.4.0",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Thomas Tavernier ",
    "default_locale": "en",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newTab\/empty_new_tab_page.html"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    }
}