Ticker: A Minimal Clock for Your New Tab Page

A tidy little clock for your new tab page.

What is Ticker: A Minimal Clock for Your New Tab Page?

Ticker: A Minimal Clock for Your New Tab Page is a Chrome extension developed by Deep Yogurt, and its main feature is "A tidy little clock for your new tab page.".

Extension Screenshots

screenshot

Download Ticker: A Minimal Clock for Your New Tab Page Extension CRX File

Download Ticker: A Minimal Clock for Your New Tab Page 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

                        Declutter your Chrome with a minimal clock on your new tab page. Ticker only does one thing: displays a clock. No fussing with configuration or finding the right colors; just the time.                    

Extension Basic Information

Name Ticker: A Minimal Clock for Your New Tab Page Ticker: A Minimal Clock for Your New Tab Page
ID fhemakipjophmjjcalkkbgobjemnjiph
Official URL https://chromewebstore.google.com/detail/ticker-a-minimal-clock-fo/fhemakipjophmjjcalkkbgobjemnjiph
Description A tidy little clock for your new tab page.
File Size 10.25 KB
Installation Count 71
Current Version 4
Last Updated 2017-07-13
Publish Date 2017-07-13
Rating 5.00/5 Total 1 Ratings
Developer Deep Yogurt
Payment Type free
Extension Website https://github.com/waltz/chrome-blank-new-tab
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ticker: A Minimal Clock for Your New Tab Page",
    "short_name": "Ticker",
    "version": "4",
    "description": "A tidy little clock for your new tab page.",
    "offline_enabled": true,
    "icons": {
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}