Clock

A simple and customizable clock

What is Clock?

Clock is a Chrome extension developed by Mohammed Babur, and its main feature is "A simple and customizable clock".

Extension Screenshots

screenshot

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

                        Simple clock that you can customize.

Options include colors, analog/digital, 12hour/24hour, pop-up size, font. It is usable as a home page. 

Watch the video to see how to use the options.                    

Extension Basic Information

Name Clock Clock
ID lhnilmmbjipfingcjmghmdnenpcnaece
Official URL https://chromewebstore.google.com/detail/clock/lhnilmmbjipfingcjmghmdnenpcnaece
Description A simple and customizable clock
File Size 233 KB
Installation Count 1,850
Current Version 2.2
Last Updated 2015-02-02
Publish Date 2015-02-01
Rating 2.82/5 Total 11 Ratings
Developer Mohammed Babur
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clock",
    "description": "A simple and customizable clock",
    "version": "2.2",
    "manifest_version": 2,
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_popup": "clock.html"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ]
}