New Tab - What Color is It
The time... now in color.
New Tab - What Color is Itคืออะไร?
New Tab - What Color is It เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 太空饭否开发组 และคุณลักษณะหลักของมันคือ "The time... now in color."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Tab - What Color is It
ดาวน์โหลดไฟล์ส่วนขยาย New Tab - What Color is It ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Show the hex color of current time in your new tab. Create a new tab, and enjoy the beauty of color as time changes.
Click the time or color to copy.
Fork on GitHub: https://github.com/riophae/what-color-is-it
The idea was originally put forward by J.E.Murphy; website: http://jemurphy.org/
Based on http://whatcolourisit.scn9a.org/ ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | kdbefpgedbmgcndbjgegpomamfkiejoa |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/new-tab-what-color-is-it/kdbefpgedbmgcndbjgegpomamfkiejoa |
| คำอธิบาย | The time... now in color. |
| ขนาดไฟล์ | 43.6 KB |
| จำนวนการติดตั้ง | 256 |
| เวอร์ชันปัจจุบัน | 0.1.3 |
| อัปเดตครั้งล่าสุด | 2014-12-28 |
| วันที่เผยแพร่ | 2014-12-28 |
| คะแนน | 4.78/5 รวมทั้งหมด 9 คะแนน |
| ผู้พัฒนา | 太空饭否开发组 |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"chrome_url_overrides": {
"newtab": "whatcolorisit.html"
},
"description": "The time... now in color.",
"icons": {
"256": "icon_256.png",
"128": "icon_128.png",
"96": "icon_96.png",
"48": "icon_48.png"
},
"manifest_version": 2,
"name": "New Tab - What Color is It",
"version": "0.1.3",
"permissions": [
"clipboardWrite "
],
"content_security_policy": "default_src 'self'; object-src 'self'; script-src 'self' 'unsafe-eval'"
} | |