EasyClock
Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen
What is EasyClock?
EasyClock is a Chrome extension developed by Aaron Becker, and its main feature is "Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen".
Extension Screenshots
Download EasyClock Extension CRX File
Download EasyClock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | EasyClock |
ID | aedanoabbbceoffbdkfdeccfpijfaoja |
Official URL | https://chromewebstore.google.com/detail/easyclock/aedanoabbbceoffbdkfdeccfpijfaoja |
Description | Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen |
File Size | 13.16 KB |
Installation Count | 85 |
Current Version | 1.1.5 |
Last Updated | 2016-09-11 |
Publish Date | 2016-09-10 |
Developer | Aaron Becker |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |