Tabulous

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

Vad är Tabulous?

Tabulous är en Chrome-tillägg utvecklad av erindelady, och dess huvudfunktion är "This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Tabulous-förlängningens CRX-fil

Ladda ner Tabulous-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Tabulous Tabulous
ID fcckbadfjehdbhfknonkbpahjlbmdemf
Officiell webbadress https://chromewebstore.google.com/detail/tabulous/fcckbadfjehdbhfknonkbpahjlbmdemf
Beskrivning This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…
Filstorlek 131 KB
Antal Installationer 17
Aktuell Version 1.2
Senast Uppdaterad 2017-01-07
Publiceringsdatum 2017-01-06
Utvecklare erindelady
Betalningssätt free
Stödda Språk 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"
    }
}