Tabulous

This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…

What is Tabulous?

Tabulous is a Chrome extension developed by erindelady, and its main feature is "This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…".

Extension Screenshots

screenshot
screenshot
screenshot

Download Tabulous Extension CRX File

Download Tabulous 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 extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together. 

Optional actual clock overlay, or random sassy phrases.                    

Extension Basic Information

Name Tabulous Tabulous
ID fcckbadfjehdbhfknonkbpahjlbmdemf
Official URL https://chromewebstore.google.com/detail/tabulous/fcckbadfjehdbhfknonkbpahjlbmdemf
Description This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…
File Size 131 KB
Installation Count 17
Current Version 1.2
Last Updated 2017-01-07
Publish Date 2017-01-06
Developer erindelady
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabulous",
    "short_name": "Tabtabtabtab",
    "version": "1.2",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon48.png",
            "32": "icons\/icon128.png"
        },
        "default_popup": "options.html"
    }
}