EasyClock
Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen
EasyClock là gì?
EasyClock là một tiện ích mở rộng Chrome được phát triển bởi Aaron Becker, và tính năng chính của nó là "Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen".
Ả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 EasyClock
Tải xuống các tệp mở rộng EasyClock 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
EasyClock is a simple extension that adds a clock (shows on mouseover) in the bottom left-hand corner of your screen. But this clock has some features, including: *Double click clock to change color *Click clock to toggle seconds display *Press L on keyboard to toggle keeping the clock onscreen forever
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | EasyClock |
ID | aedanoabbbceoffbdkfdeccfpijfaoja |
URL Chính Thức | https://chromewebstore.google.com/detail/easyclock/aedanoabbbceoffbdkfdeccfpijfaoja |
Mô tả | Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen |
Kích Thước Tệp | 13.16 KB |
Số Lần Cài Đặt | 85 |
Phiên Bản Hiện Tại | 1.1.5 |
Cập Nhật Lần Cuối | 2016-09-11 |
Ngày Phát Hành | 2016-09-10 |
Nhà Phát Triển | Aaron Becker |
[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", "name": "EasyClock", "manifest_version": 2, "version": "1.1.5", "author": "Aaron Becker", "description": "Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen", "icons": { "128": "\/images\/icon.png" }, "web_accessible_resources": [ "easyclock.js" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "offline_enabled": true, "short_name": "EasyClock" } |