Beautiful Digital Clock with Greetings
A beautiful new tab page that displays a digital 12-hour format clock.
Beautiful Digital Clock with Greetings là gì?
Beautiful Digital Clock with Greetings là một tiện ích mở rộng Chrome được phát triển bởi Naruth Kongurai, và tính năng chính của nó là "A beautiful new tab page that displays a digital 12-hour format clock.".
Ả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 Beautiful Digital Clock with Greetings
Tải xuống các tệp mở rộng Beautiful Digital Clock with Greetings 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
Are you bored of your current New Tab page? Why don't you try out this beautiful color-changing New Tab page? Whenever you launch a new tab, a digital clock is displayed. And the background slowly changes from one bright color to another. It's a wonderful and simple page made to delight and enhance your browsing experience!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jdnjafgehddcpoahelddbflpmoeinaed |
URL Chính Thức | https://chrome.google.com/webstore/detail/beautiful-digital-clock-w/jdnjafgehddcpoahelddbflpmoeinaed |
Mô tả | A beautiful new tab page that displays a digital 12-hour format clock. |
Kích Thước Tệp | 55.11 KB |
Số Lần Cài Đặt | 83 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2018-09-25 |
Ngày Phát Hành | 2018-09-25 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Naruth Kongurai |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.naruthk.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Beautiful Digital Clock with Greetings", "short_name": "Digital Clock", "description": "A beautiful new tab page that displays a digital 12-hour format clock.", "version": "1.0", "author": "Naruth Kongurai", "permissions": [ "management", "storage" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" } } |