HexTab
Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.
HexTab là gì?
HexTab là một tiện ích mở rộng Chrome được phát triển bởi Sam, và tính năng chính của nó là "Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng HexTab
Tải xuống các tệp mở rộng HexTab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HexTab |
ID | mlolhgcdjopgacopeelfoofjbmhklgja |
URL Chính Thức | https://chromewebstore.google.com/detail/hextab/mlolhgcdjopgacopeelfoofjbmhklgja |
Mô tả | Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast. |
Kích Thước Tệp | 39.39 KB |
Số Lần Cài Đặt | 22 |
Phiên Bản Hiện Tại | 0.6.0 |
Cập Nhật Lần Cuối | 2016-04-29 |
Ngày Phát Hành | 2016-04-28 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Sam |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |