ZeroTab - Empty New Tab Page
With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
ZeroTab - Empty New Tab Pageคืออะไร?
ZeroTab - Empty New Tab Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yauheni Pakala และคุณลักษณะหลักของมันคือ "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZeroTab - Empty New Tab Page
ดาวน์โหลดไฟล์ส่วนขยาย ZeroTab - Empty New Tab Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails. With additional options, for example: custom background color.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ZeroTab - Empty New Tab Page |
ID | anbfanbhcjohnkjjccckagjcmolhhdgd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/zerotab-empty-new-tab-pag/anbfanbhcjohnkjjccckagjcmolhhdgd |
คำอธิบาย | With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails. |
ขนาดไฟล์ | 7.76 KB |
จำนวนการติดตั้ง | 25 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2021-12-11 |
วันที่เผยแพร่ | 2019-03-09 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Yauheni Pakala |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/wcoder/ZeroTab |
URL หน้าช่วยเหลือ | https://github.com/wcoder/ZeroTab/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ZeroTab - Empty New Tab Page", "version": "1.0.1", "short_name": "ZeroTab", "description": "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.", "icons": { "128": "icon_128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "options_page": "options.html", "permissions": [ "storage" ] } |