Clock Icon

Shows the time (hours and minutes) next to the omnibox.

What is Clock Icon?

Clock Icon is a Chrome extension developed by https://nemrod.se, and its main feature is "Shows the time (hours and minutes) next to the omnibox.".

Extension Screenshots

screenshot

Download Clock Icon Extension CRX File

Download Clock Icon 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

                        A way to easily see the current time (and date by hovering) next to the omnibox.                    

Extension Basic Information

Name Clock Icon Clock Icon
ID blpgdogcjmmkhendjpiilidbllpainfh
Official URL https://chromewebstore.google.com/detail/clock-icon/blpgdogcjmmkhendjpiilidbllpainfh
Description Shows the time (hours and minutes) next to the omnibox.
File Size 7.43 KB
Installation Count 527
Current Version 1.1
Last Updated 2013-06-19
Publish Date 2013-06-19
Rating 3.17/5 Total 6 Ratings
Developer https://nemrod.se
Email [email protected]
Payment Type free
Extension Website http://nemrod.se
Help Page URL http://nemrod.se/chrome-extensions/clock-icon
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clock Icon",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Shows the time (hours and minutes) next to the omnibox.",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "dd\/mm\/yyyy hh:mm"
    }
}