HexTab
Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.
HexTabคืออะไร?
HexTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sam และคุณลักษณะหลักของมันคือ "Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HexTab
ดาวน์โหลดไฟล์ส่วนขยาย HexTab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This lightweight Chrome extension replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast. This extension is completely free - there are no adverts, none of your data is stored or sold, and the code is open source. https://github.com/kjav/HexNewTab
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HexTab |
ID | mlolhgcdjopgacopeelfoofjbmhklgja |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hextab/mlolhgcdjopgacopeelfoofjbmhklgja |
คำอธิบาย | Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast. |
ขนาดไฟล์ | 39.39 KB |
จำนวนการติดตั้ง | 22 |
เวอร์ชันปัจจุบัน | 0.6.0 |
อัปเดตครั้งล่าสุด | 2016-04-29 |
วันที่เผยแพร่ | 2016-04-28 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Sam |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HexTab", "version": "0.6.0", "manifest_version": 2, "description": "Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "geolocation" ], "default_locale": "en", "chrome_url_overrides": { "newtab": "src\/override\/override.html" } } |