Bruce's Blank New Tab

Replace Chrome's default new tab page with a truly blank page.

Bruce's Blank New Tabคืออะไร?

Bruce's Blank New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย microbru และคุณลักษณะหลักของมันคือ "Replace Chrome's default new tab page with a truly blank page."

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

screenshot

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

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

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

                        Bruce's Blank New Tab (BBNT) replaces Google Chrome's default new tab page with a truly blank page. No ads, no history, no browsing trackers -- just a blank new page with nothing in it so it loads super fast.

After you install and enable BBNT, you can also enable Chrome to open to a blank new tab whenever you launch Chrome. (To do this, go to your Chrome settings page > and in the "On startup" section, enable "Open New Tab page.")

You can also set Chrome's home screen to use the new tab page so your home screen will also be a clean, blank page. (To do this, go to your Chrome settings page > enable "Show Home button" > and select "New Tab page" as your home screen.)

You can confirm there is nothing lurking in your new tabs by right-clicking within any new tab page and selecting "view source." You will then see the minimal html used to provide the blank page.

If you ever want to return to Chrome's standard new tab page, simply disable BBNT in your Extensions settings page.

Enjoy!                    

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

ชื่อ Bruce's Blank New Tab Bruce's Blank New Tab
ID hoeaccjjnmfdfnllgmfhibablifeckoj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bruces-blank-new-tab/hoeaccjjnmfdfnllgmfhibablifeckoj
คำอธิบาย Replace Chrome's default new tab page with a truly blank page.
ขนาดไฟล์ 15.13 KB
จำนวนการติดตั้ง 205
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2017-05-21
วันที่เผยแพร่ 2017-05-21
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา microbru
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bruce's Blank New Tab",
    "short_name": "Bruce's Tab",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Replace Chrome's default new tab page with a truly blank page.",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "BBNT.html"
    },
    "icons": {
        "16": "images\/BBNT-icon-16.png",
        "32": "images\/BBNT-icon-32.png",
        "48": "images\/BBNT-icon-48.png",
        "128": "images\/BBNT-icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/BBNT-icon-32.png"
    }
}