Blank New Tab Page - White Smoke
A blank new tab page with white smoke background, which also supports dark mode.
Blank New Tab Page - White Smokeคืออะไร?
Blank New Tab Page - White Smoke เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://yuhaofe.com และคุณลักษณะหลักของมันคือ "A blank new tab page with white smoke background, which also supports dark mode."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blank New Tab Page - White Smoke
ดาวน์โหลดไฟล์ส่วนขยาย Blank New Tab Page - White Smoke ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension replaces the default new tab page with a white smoke background blank page, which also supports dark mode and incognito mode. You may hide the toolbar icon by right click on it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Blank New Tab Page - White Smoke |
ID | jmbngnnlimnakiibacglaeflpghellfh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/blank-new-tab-page-white/jmbngnnlimnakiibacglaeflpghellfh |
คำอธิบาย | A blank new tab page with white smoke background, which also supports dark mode. |
ขนาดไฟล์ | 9.44 KB |
จำนวนการติดตั้ง | 3,742 |
เวอร์ชันปัจจุบัน | 0.2.3 |
อัปเดตครั้งล่าสุด | 2022-04-05 |
วันที่เผยแพร่ | 2019-04-14 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://yuhaofe.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://yuhaofe.com/blank-new-tab-page |
URL หน้าช่วยเหลือ | https://github.com/yuhaofe/Blank-New-Tab-Page---White-Smoke/issues |
ภาษาที่รองรับ | en,es,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extname__", "description": "__MSG_extdesc__", "version": "0.2.3", "manifest_version": 3, "icons": { "16": "icons\/blank16.png", "32": "icons\/blank32.png", "48": "icons\/blank48.png", "128": "icons\/blank128.png" }, "action": { "default_icon": { "16": "icons\/blank16.png", "32": "icons\/blank32.png" }, "default_popup": "src\/options.html" }, "chrome_url_overrides": { "newtab": "src\/blank.html" }, "options_ui": { "page": "src\/options.html", "open_in_tab": false }, "permissions": [ "storage" ], "incognito": "split", "default_locale": "en" } |