simple clock
Just a simple clock
What is simple clock?
simple clock is a Chrome extension developed by jamie falconer, and its main feature is "Just a simple clock".
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
Just a really simple digital clock
Extension Basic Information
Name | simple clock |
ID | hcgkaaeakeomejopbfemmgnjpoafmknk |
Official URL | https://chromewebstore.google.com/detail/simple-clock/hcgkaaeakeomejopbfemmgnjpoafmknk |
Description | Just a simple clock |
File Size | 12.12 KB |
Installation Count | 415 |
Current Version | 1.0.1 |
Last Updated | 2020-06-24 |
Publish Date | 2020-06-23 |
Rating | 5.00/5 Total 2 Ratings |
Developer | jamie falconer |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "simple clock", "description": "Just a simple clock", "version": "1.0.1", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": "base.png" }, "icons": { "128": "icons\/icon_128.png" }, "permissions": [ "storage" ], "options_page": "options\/main.html" } |