Blank New Tab Page

The ultimate speed boost for Chrome, an empty new tab page!

Blank New Tab Page là gì?

Blank New Tab Page là một tiện ích mở rộng Chrome được phát triển bởi https://64pixels.com, và tính năng chính của nó là "The ultimate speed boost for Chrome, an empty new tab page!".

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

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

                        Your new tab will display a completely blank white page. This hides your most visited sites and the google logo minimizing distraction and speeding up browsing speed. This is a simple, but powerful, extension to boost your productivity.                    

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

Tên Blank New Tab Page Blank New Tab Page
ID nanjankoodpibkkjgmmaeoccefklohao
URL Chính Thức https://chromewebstore.google.com/detail/blank-new-tab-page/nanjankoodpibkkjgmmaeoccefklohao
Mô tả The ultimate speed boost for Chrome, an empty new tab page!
Kích Thước Tệp 4.6 KB
Số Lần Cài Đặt 3,912
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2024-01-11
Ngày Phát Hành 2020-04-30
Đánh Giá 4.27/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://64pixels.com
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": "Blank New Tab Page",
    "version": "1.1",
    "manifest_version": 2,
    "description": "The ultimate speed boost for Chrome, an empty new tab page!",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "offline_enabled": true,
    "background": {
        "page": "background.html"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/s3.amazonaws.com; object-src 'self'"
}