Blank New Tab
Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab.
Blank New Tabคืออะไร?
Blank New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://baylaunch.com และคุณลักษณะหลักของมันคือ "Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blank New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Blank New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome's "new tab" is a cluttered mess. It's also a memory hog. This extension reduces the Chrome "new tab" from 140MB to about 40MB per tab, saving you 100MB per tab. You can also customize new tabs with your own text and HTML, via the extension's options page. Unlike many of the other extensions in this category, this extension by default gives you a completely blank "new tab" page, instead of replacing Chrome's clutter with more clutter.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bdoedaflbnflgmbkogejhibdieoiiknh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/blank-new-tab/bdoedaflbnflgmbkogejhibdieoiiknh |
คำอธิบาย | Blank "new tab" page. Reduces Chrome memory usage by up to 100MB per tab. |
ขนาดไฟล์ | 5.64 KB |
จำนวนการติดตั้ง | 365 |
เวอร์ชันปัจจุบัน | 1.0.0.0 |
อัปเดตครั้งล่าสุด | 2015-04-07 |
วันที่เผยแพร่ | 2015-04-07 |
คะแนน | 4.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | http://baylaunch.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "chrome_url_overrides": { "newtab": "blank.html" }, "description": "Blank \"new tab\" page. Reduces Chrome memory usage by up to 100MB per tab.", "icons": { "128": "128.png" }, "name": "Blank New Tab", "permissions": [ "tabs" ], "version": "1.0.0.0", "options_page": "options.html" } |