Time Tab
Minimalist new tab clock, with customizable background.
Time Tabคืออะไร?
Time Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nathanwentworth.co และคุณลักษณะหลักของมันคือ "Minimalist new tab clock, with customizable background."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Time Tab
ดาวน์โหลดไฟล์ส่วนขยาย Time Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a minimalist new tab page with a clock on it!
Features include!
- Custom colors for text and background!
- Setting the background to be an image linked from somewhere!
- Custom fonts!
- 12 hour and 24 hour time!
- Seconds display! (or not!)
New in v1.3:
- Smaller settings icon
- Time fades in to avoid text pop-in ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | fdjemjfcplhejdekgjbdjjobbkipoddd |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/time-tab/fdjemjfcplhejdekgjbdjjobbkipoddd |
| คำอธิบาย | Minimalist new tab clock, with customizable background. |
| ขนาดไฟล์ | 12.92 KB |
| จำนวนการติดตั้ง | 3,719 |
| เวอร์ชันปัจจุบัน | 1.5.1 |
| อัปเดตครั้งล่าสุด | 2019-02-09 |
| วันที่เผยแพร่ | 2019-02-09 |
| คะแนน | 4.65/5 รวมทั้งหมด 23 คะแนน |
| ผู้พัฒนา | https://nathanwentworth.co |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้าช่วยเหลือ | https://twitter.com/nathanwentworth |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Time Tab",
"description": "Minimalist new tab clock, with customizable background.",
"version": "1.5.1",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2,
"permissions": [
"storage"
],
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |