New Empty Coloured Tab

When you open a 'New Tab' it's blank and set to the background color of your desire.

Cos'è New Empty Coloured Tab?

New Empty Coloured Tab è un'estensione di Chrome sviluppata da Glenn Hallin, e la sua funzione principale è "When you open a 'New Tab' it's blank and set to the background color of your desire.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione New Empty Coloured Tab

Scarica i file di estensione New Empty Coloured 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

                        When you open a 'New Tab' it's blank and set to the background color of your desire.

Changelog:
* Version 1.5.3
- Removed unneeded permission

* Version 1.5.2
- First run default value set to #4c4a48                    

Informazioni di Base sull'Estensione

Nome New Empty Coloured Tab New Empty Coloured Tab
ID ilpmlpiodicccdbjckhganddmegpedln
URL Ufficiale https://chromewebstore.google.com/detail/new-empty-coloured-tab/ilpmlpiodicccdbjckhganddmegpedln
Descrizione When you open a 'New Tab' it's blank and set to the background color of your desire.
Dimensione del File 137 KB
Conteggio Installazioni 83
Versione Corrente 1.5.3
Ultimo Aggiornamento 2023-07-03
Data di Pubblicazione 2017-11-14
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore Glenn Hallin
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Empty Coloured Tab",
    "description": "When you open a 'New Tab' it's blank and set to the background color of your desire.",
    "version": "1.5.3",
    "background": {
        "scripts": [
            "JS\/GETbg.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_48.png",
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "enct.html"
    },
    "manifest_version": 2
}