Void New Tab
Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…
Void New Tabคืออะไร?
Void New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tom Day และคุณลักษณะหลักของมันคือ "Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Void New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Void New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once installed type "help" into the search bar. Void is open source and proudly 100% free. You can find out more about Void and you can find its source code by typing "about" into the search bar.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Void New Tab |
ID | hiljjibmhmmammdajeibdemkofflgnpf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/void-new-tab/hiljjibmhmmammdajeibdemkofflgnpf |
คำอธิบาย | Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once… |
ขนาดไฟล์ | 143 KB |
จำนวนการติดตั้ง | 94 |
เวอร์ชันปัจจุบัน | 1.0.0.1 |
อัปเดตครั้งล่าสุด | 2018-01-16 |
วันที่เผยแพร่ | 2018-01-16 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Tom Day |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/TDay1/void-newtab |
URL หน้าช่วยเหลือ | https://github.com/TDay1/void-newtab |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Void New Tab", "manifest_version": 2, "version": "1.0.0.1", "author": "Thomas Day", "remove_button": true, "short_name": "Void", "background": { "scripts": [ "background.js" ] }, "icons": { "16": ".\/img\/16px.png", "32": ".\/img\/32px.png", "48": ".\/img\/48px.png", "64": ".\/img\/64px.png", "128": ".\/img\/128px.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |