ColorClock New Tab
A beautiful & minimalistic NewTab page featuring a color clock.
ColorClock New Tabคืออะไร?
ColorClock New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aahlad Madireddy และคุณลักษณะหลักของมันคือ "A beautiful & minimalistic NewTab page featuring a color clock."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ColorClock New Tab
ดาวน์โหลดไฟล์ส่วนขยาย ColorClock New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A minimalistic new-tab page featuring a color clock. The time is converted into a color which is used as the background color of the page. Includes links to common sites, as well as a searchbar to search Google. Also includes a Top Sites and Bookmarks panel for easy access to your favorite websites. Shows top 10 sites and 10 most recent bookmarks. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | amlnillaahajflmgalpdklapcaajcgao |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/colorclock-new-tab/amlnillaahajflmgalpdklapcaajcgao |
| คำอธิบาย | A beautiful & minimalistic NewTab page featuring a color clock. |
| ขนาดไฟล์ | 155 KB |
| จำนวนการติดตั้ง | 53 |
| เวอร์ชันปัจจุบัน | 1.3 |
| อัปเดตครั้งล่าสุด | 2015-08-17 |
| วันที่เผยแพร่ | 2015-08-17 |
| ผู้พัฒนา | Aahlad Madireddy |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.3",
"name": "ColorClock New Tab",
"short_name": "ColorClock",
"description": "A beautiful & minimalistic NewTab page featuring a color clock.",
"author": "Aahlad Madireddy",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"chrome:\/\/favicon\/",
"topSites",
"bookmarks"
],
"icons": {
"32": "SmallIcon.png",
"64": "Icon64.png",
"128": "Icon.png"
}
} | |