BWNT - New Tab
Minimalist New Tab page.
BWNT - New Tabคืออะไร?
BWNT - New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://erikboesen.com และคุณลักษณะหลักของมันคือ "Minimalist New Tab page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BWNT - New Tab
ดาวน์โหลดไฟล์ส่วนขยาย BWNT - New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A gorgeous hyperminimalistic new tab page featuring a clock and date.
Features:
- 12- and 24-hour time
- Date (can be hidden or shown)
- 5 beautiful themes: light, night, (full) dark, material, and light-blue.
- Option to use a custom image in the background.
- Option to rotate between light and night themes based on time of day
This project is on GitHub! https://github.com/ErikBoesen/BWNT ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | doiinciigjmmlnbehjjjkeoamihggkba |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bwnt-new-tab/doiinciigjmmlnbehjjjkeoamihggkba |
| คำอธิบาย | Minimalist New Tab page. |
| ขนาดไฟล์ | 39.74 KB |
| จำนวนการติดตั้ง | 2,103 |
| เวอร์ชันปัจจุบัน | 2.1.1 |
| อัปเดตครั้งล่าสุด | 2018-03-20 |
| วันที่เผยแพร่ | 2018-03-20 |
| คะแนน | 4.52/5 รวมทั้งหมด 29 คะแนน |
| ผู้พัฒนา | https://erikboesen.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en,fr,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extension_name__",
"version": "2.1.1",
"short_name": "BWNT",
"description": "__MSG_extension_description__",
"icons": {
"128": "res\/icon.png"
},
"default_locale": "en",
"minimum_chrome_version": "36.0",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"permissions": [
"storage"
]
} | |