Time Tab

Minimalist new tab clock, with customizable background.

What is Time Tab?

Time Tab is a Chrome extension developed by https://nathanwentworth.co, and its main feature is "Minimalist new tab clock, with customizable background.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Time Tab Extension CRX File

Download Time Tab 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 is a minimalist new tab page with a clock on it!

Features include! 
- Custom colors for text and background!
- Setting the background to be an image linked from somewhere! 
- Custom fonts!
- 12 hour and 24 hour time!
- Seconds display! (or not!)

New in v1.3:
- Smaller settings icon
- Time fades in to avoid text pop-in                    

Extension Basic Information

Name Time Tab Time Tab
ID fdjemjfcplhejdekgjbdjjobbkipoddd
Official URL https://chromewebstore.google.com/detail/time-tab/fdjemjfcplhejdekgjbdjjobbkipoddd
Description Minimalist new tab clock, with customizable background.
File Size 12.92 KB
Installation Count 3,719
Current Version 1.5.1
Last Updated 2019-02-09
Publish Date 2019-02-09
Rating 4.65/5 Total 23 Ratings
Developer https://nathanwentworth.co
Email [email protected]
Payment Type free
Help Page URL https://twitter.com/nathanwentworth
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time Tab",
    "description": "Minimalist new tab clock, with customizable background.",
    "version": "1.5.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}