TinyToolbarClock

This extension shows the time and date in the toolbar

What is TinyToolbarClock?

TinyToolbarClock is a Chrome extension developed by netchipguy, and its main feature is "This extension shows the time and date in the toolbar".

Extension Screenshots

screenshot

Download TinyToolbarClock Extension CRX File

Download TinyToolbarClock 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 tiny extension puts a tiny clock *and month/date calendar* in your toolbar!  Perfect for full-screen use of Chrome!

Highly Recommended: 

1) A HiDPI display such as a Retina Mac or Chromebook Pixel 
2) Good vision

-Netchipguy                    

Extension Basic Information

Name TinyToolbarClock TinyToolbarClock
ID hnageloldpcdmnceombonmmakpnaehnf
Official URL https://chromewebstore.google.com/detail/tinytoolbarclock/hnageloldpcdmnceombonmmakpnaehnf
Description This extension shows the time and date in the toolbar
File Size 12.48 KB
Installation Count 564
Current Version 1.2
Last Updated 2015-12-05
Publish Date 2015-12-04
Rating 4.40/5 Total 10 Ratings
Developer netchipguy
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TinyToolbarClock",
    "description": "This extension shows the time and date in the toolbar",
    "version": "1.2",
    "icons": {
        "16": "myclock16.png",
        "32": "myclock32.png",
        "48": "myclock48.png",
        "128": "myclock128.png"
    },
    "browser_action": {
        "default_icon": "myclock48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}