Colored New Tab

Google Chrome (or Chromium) extension that opens the new tab in a specific color

Cos'è Colored New Tab?

Colored New Tab è un'estensione di Chrome sviluppata da https://glogovetan.com, e la sua funzione principale è "Google Chrome (or Chromium) extension that opens the new tab in a specific color".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Colored New Tab

Scarica i file di estensione Colored New Tab 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

                        A minimalist Chrome extension that replaces the New Tab page with simple colors.

Features:
- Fast loading
- Beautiful full page colors
- Unobtrusive color switcher                    

Informazioni di Base sull'Estensione

Nome Colored New Tab Colored New Tab
ID bfjhjeccmlkbbgliegkapplkpkcngeaa
URL Ufficiale https://chromewebstore.google.com/detail/colored-new-tab/bfjhjeccmlkbbgliegkapplkpkcngeaa
Descrizione Google Chrome (or Chromium) extension that opens the new tab in a specific color
Dimensione del File 11.46 KB
Conteggio Installazioni 40
Versione Corrente 1.0.0
Ultimo Aggiornamento 2018-03-11
Data di Pubblicazione 2018-03-11
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://glogovetan.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/rdig/colored-new-tab
URL della Pagina di Aiuto https://github.com/rdig/colored-new-tab/issues
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Colored New Tab",
    "short_name": "New Tab",
    "version": "1.0.0",
    "description": "Google Chrome (or Chromium) extension that opens the new tab in a specific color",
    "author": "Raul Glogovetan",
    "homepage_url": "https:\/\/github.com\/rdig\/colored-new-tab",
    "icons": {
        "16": "extension_icon_16.png",
        "48": "extension_icon_48.png",
        "128": "extension_icon_128.png"
    },
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "TabPage\/index.html"
    }
}