ChronoTab: The Best New Tab Clock

The best timepiece for the new tab page

What is ChronoTab: The Best New Tab Clock?

ChronoTab: The Best New Tab Clock is a Chrome extension developed by Dakota Larson, and its main feature is "The best timepiece for the new tab page".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download ChronoTab: The Best New Tab Clock Extension CRX File

Download ChronoTab: The Best New Tab 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

                        The best timepiece for the new tab page!

Features:
> Snazzy clock face
> Slick digital clock and date
> Comprehensive configuration

Contact me with ideas, bug reports or comments! 
[email protected]                    

Extension Basic Information

Name ChronoTab: The Best New Tab Clock ChronoTab: The Best New Tab Clock
ID aglflhdjjfabpohbaonlepcofcofpamd
Official URL https://chromewebstore.google.com/detail/chronotab-the-best-new-ta/aglflhdjjfabpohbaonlepcofcofpamd
Description The best timepiece for the new tab page
File Size 52.83 KB
Installation Count 22
Current Version 1.4
Last Updated 2018-04-09
Publish Date 2018-04-08
Rating 5.00/5 Total 2 Ratings
Developer Dakota Larson
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ChronoTab: The Best New Tab Clock",
    "short_name": "ChronoTab",
    "author": "Dakota Larson",
    "description": "The best timepiece for the new tab page",
    "version": "1.4",
    "icons": {
        "16": ".\/res\/clock_16.png",
        "24": ".\/res\/clock_24.png",
        "32": ".\/res\/clock_32.png",
        "48": ".\/res\/clock_48.png",
        "64": ".\/res\/clock_64.png",
        "128": ".\/res\/clock_128.png",
        "256": ".\/res\/clock_256.png"
    },
    "chrome_url_overrides": {
        "newtab": "clock.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}