Blank New Tab Page
Replaces the new tab page with a blank one.
Blank New Tab Pageคืออะไร?
Blank New Tab Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gerrit Kopp และคุณลักษณะหลักของมันคือ "Replaces the new tab page with a blank one."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blank New Tab Page
ดาวน์โหลดไฟล์ส่วนขยาย Blank New Tab Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replaces the new tab page with a blank one.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ggbepbemaaocmiffjfeppcccoohjfnob |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/blank-new-tab-page/ggbepbemaaocmiffjfeppcccoohjfnob |
คำอธิบาย | Replaces the new tab page with a blank one. |
ขนาดไฟล์ | 64.97 KB |
จำนวนการติดตั้ง | 193 |
เวอร์ชันปัจจุบัน | 0.12 |
อัปเดตครั้งล่าสุด | 2023-12-05 |
วันที่เผยแพร่ | 2019-03-26 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Gerrit Kopp |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/GerritKopp/blanknewtabpage |
ภาษาที่รองรับ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "0.12", "default_locale": "en", "description": "__MSG_extDescription__", "author": "Gerrit Kopp", "chrome_url_overrides": { "newtab": "blank.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |