Tabulous

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

Cos'è Tabulous?

Tabulous è un'estensione di Chrome sviluppata da erindelady, e la sua funzione principale è "This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tabulous

Scarica i file di estensione Tabulous in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tabulous Tabulous
ID fcckbadfjehdbhfknonkbpahjlbmdemf
URL Ufficiale https://chromewebstore.google.com/detail/tabulous/fcckbadfjehdbhfknonkbpahjlbmdemf
Descrizione This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…
Dimensione del File 131 KB
Conteggio Installazioni 17
Versione Corrente 1.2
Ultimo Aggiornamento 2017-01-07
Data di Pubblicazione 2017-01-06
Sviluppatore erindelady
Tipo di Pagamento free
Lingue Supportate 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"
    }
}