Empty New Tab Page

Replaces the default new tab page with a blank page.

Empty New Tab Page là gì?

Empty New Tab Page là một tiện ích mở rộng Chrome được phát triển bởi https://www.facebook.com/browservery, và tính năng chính của nó là "Replaces the default new tab page with a blank page.".

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

screenshot
screenshot
screenshot

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

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

                        ★ Blank new tab page.

★ Follows the default browser color theme.

★ Dark mode support.

★ Default Chrome new tab icon.

★ Localized new tab title.
----------------------------------------------------------------
Download the Clear New Tab extension if you
want an empty new tab page but keep the theme's image.

https://bit.ly/clear-new-tab
----------------------------------------------------------------
GitHub: https://bit.ly/empty-new-tab-page-github

🖼️ Follow my Facebook page (more themes): https://bit.ly/browservery                    

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

Tên Empty New Tab Page Empty New Tab Page
ID odjfoclbnmllekbhpbgopiiaelcpeimb
URL Chính Thức https://chromewebstore.google.com/detail/empty-new-tab-page/odjfoclbnmllekbhpbgopiiaelcpeimb
Mô tả Replaces the default new tab page with a blank page.
Kích Thước Tệp 34.86 KB
Số Lần Cài Đặt 545
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2022-10-08
Ngày Phát Hành 2022-05-12
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://www.facebook.com/browservery
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://bit.ly/browservery
URL Trang Trợ Giúp http://bit.ly/browservery-support
URL Trang Chính Sách Bảo Mật https://github.com/loftyshaky/extensions-privacy-policy/blob/main/extensions-privacy-policy.md
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.2",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "offline_enabled": true,
    "icons": {
        "16": "new_tab.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "new_tab.html"
    }
}