Empty New Tab Page - Select Your Background.

The new tab page is now empty, you can select the background color of your choice.

Cos'è Empty New Tab Page - Select Your Background.?

Empty New Tab Page - Select Your Background. è un'estensione di Chrome sviluppata da Thomas Tavernier, e la sua funzione principale è "The new tab page is now empty, you can select the background color of your choice.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Empty New Tab Page - Select Your Background.

Scarica i file di estensione Empty New Tab Page - Select Your Background. 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

                        You can customize the background color of the empty new tab page, just click on the extension.

Default background color set as chrome dark mode color.

No longer supports images.                    

Informazioni di Base sull'Estensione

Nome Empty New Tab Page - Select Your Background. Empty New Tab Page - Select Your Background.
ID ppnljghmgbgkebhihiphkkmdgpnccoen
URL Ufficiale https://chromewebstore.google.com/detail/empty-new-tab-page-select/ppnljghmgbgkebhihiphkkmdgpnccoen
Descrizione The new tab page is now empty, you can select the background color of your choice.
Dimensione del File 10.4 KB
Conteggio Installazioni 122
Versione Corrente 1.4.0
Ultimo Aggiornamento 2021-08-15
Data di Pubblicazione 2019-09-19
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore Thomas Tavernier
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ThomasTavernier/empty-new-tab-page
Lingue Supportate en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.4.0",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Thomas Tavernier ",
    "default_locale": "en",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newTab\/empty_new_tab_page.html"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    }
}