Clock
The extension will show you the current time
What is Clock?
Clock is a Chrome extension developed by bhawanvirk, and its main feature is "The extension will show you the current time".
Extension Screenshots
Download Clock Extension CRX File
Download 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
This is one of the simple and clean clock.
Extension Basic Information
Name | Clock |
ID | gmfkgjignenhgcimhembjlhpihhonbln |
Official URL | https://chromewebstore.google.com/detail/clock/gmfkgjignenhgcimhembjlhpihhonbln |
Description | The extension will show you the current time |
File Size | 7.42 KB |
Installation Count | 515 |
Current Version | 1.0 |
Last Updated | 2013-04-16 |
Publish Date | 2013-04-16 |
Rating | 4.00/5 Total 2 Ratings |
Developer | bhawanvirk |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "The extension will show you the current time", "name": "Clock", "manifest_version": 2, "version": "1.0" } |