New Tab Clock

A simple clock new tab page for Chrome.

What is New Tab Clock?

New Tab Clock is a Chrome extension developed by Josh Pullen, and its main feature is "A simple clock new tab page for Chrome.".

Extension Screenshots

screenshot

Download New Tab Clock Extension CRX File

Download 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

                                            

Extension Basic Information

Name New Tab Clock New Tab Clock
ID cdeglahekfnehkelmodgamchnmhgllkl
Official URL https://chromewebstore.google.com/detail/new-tab-clock/cdeglahekfnehkelmodgamchnmhgllkl
Description A simple clock new tab page for Chrome.
File Size 47.98 KB
Installation Count 24
Current Version 1.2
Last Updated 2015-04-21
Publish Date 2015-04-21
Rating 4.00/5 Total 1 Ratings
Developer Josh Pullen
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab Clock",
    "version": "1.2",
    "author": "Josh Pullen",
    "description": "A simple clock new tab page for Chrome.",
    "icons": {
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "clock.html"
    }
}