Simple Clock
A simple and efficient clock which can be used for productivity.
What is Simple Clock?
Simple Clock is a Chrome extension developed by Flare Devs, and its main feature is "A simple and efficient clock which can be used for productivity.".
Extension Screenshots
Download Simple Clock Extension CRX File
Download Simple Clock 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
Simple and elegant digital clock. It uses minimal design without much hassle. You can see the Day, Time and the Date.
Extension Basic Information
Name | |
ID | fngkigemfllijjloedplghepagidclef |
Official URL | https://chrome.google.com/webstore/detail/simple-clock/fngkigemfllijjloedplghepagidclef |
Description | A simple and efficient clock which can be used for productivity. |
File Size | 32.27 KB |
Installation Count | 20 |
Current Version | 1.0.0 |
Last Updated | 2019-05-24 |
Publish Date | 2019-05-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Flare Devs |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |