Clock on Top

A Clock that displays on top of each website

What is Clock on Top?

Clock on Top is a Chrome extension developed by jackandamydev, and its main feature is "A Clock that displays on top of each website".

Extension Screenshots

screenshot
screenshot
screenshot

Download Clock on Top Extension CRX File

Download Clock on Top 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

                        Ever get lost in time while browsing the internet?

Love using Chrome in full screen but miss looking at the clock?

Not anymore! With Clock on Top the current time will be visible in all your websites.

Simply add the extension, and you will see the time on the bottom right corner.

More features coming soon...                    

Extension Basic Information

Name Clock on Top Clock on Top
ID gdeckkgddeepgggbjififpekknbpkfak
Official URL https://chromewebstore.google.com/detail/clock-on-top/gdeckkgddeepgggbjififpekknbpkfak
Description A Clock that displays on top of each website
File Size 38.7 KB
Installation Count 62
Current Version 1.0.0
Last Updated 2020-07-08
Publish Date 2020-07-07
Rating 5.00/5 Total 1 Ratings
Developer jackandamydev
Email [email protected]
Payment Type free
Privacy Policy Page URL https://jackandamydev.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clock on Top",
    "description": "A Clock that displays on top of each website",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "roboto.css",
                "content.css"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}