Blank New Tab Page

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

Blank New Tab Pageคืออะไร?

Blank New Tab Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://64pixels.com และคุณลักษณะหลักของมันคือ "The ultimate speed boost for Chrome, an empty new tab page!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blank New Tab Page

ดาวน์โหลดไฟล์ส่วนขยาย Blank New Tab Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Blank New Tab Page Blank New Tab Page
ID nanjankoodpibkkjgmmaeoccefklohao
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/blank-new-tab-page/nanjankoodpibkkjgmmaeoccefklohao
คำอธิบาย The ultimate speed boost for Chrome, an empty new tab page!
ขนาดไฟล์ 4.6 KB
จำนวนการติดตั้ง 3,912
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2024-01-11
วันที่เผยแพร่ 2020-04-30
คะแนน 4.27/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://64pixels.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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'"
}