Simple Clock
A simple and efficient clock which can be used for productivity.
Simple Clock là gì?
Simple Clock là một tiện ích mở rộng Chrome được phát triển bởi Flare Devs, và tính năng chính của nó là "A simple and efficient clock which can be used for productivity.".
Ả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 Simple Clock
Tải xuống các tệp mở rộng Simple Clock 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
Simple and elegant digital clock. It uses minimal design without much hassle. You can see the Day, Time and the Date.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fngkigemfllijjloedplghepagidclef |
URL Chính Thức | https://chrome.google.com/webstore/detail/simple-clock/fngkigemfllijjloedplghepagidclef |
Mô tả | A simple and efficient clock which can be used for productivity. |
Kích Thước Tệp | 32.27 KB |
Số Lần Cài Đặt | 20 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2019-05-24 |
Ngày Phát Hành | 2019-05-24 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Flare Devs |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_popup": "index.html", "default_icon": "icons\/clock128.png" }, "icons": { "16": "icons\/clock16.png", "32": "icons\/clock32.png", "48": "icons\/clock48.png", "128": "icons\/clock128.png" }, "name": " Simple Clock", "version": "1.0.0", "description": " A simple and efficient clock which can be used for productivity.", "manifest_version": 2, "offline_enabled": true, "content_security_policy": "style-src 'self';script-src 'self';object-src 'self'", "permissions": [ "activeTab" ] } |