New Tab Background Image Extension

Replace the default new tab page content with any background image.

Cos'è New Tab Background Image Extension?

New Tab Background Image Extension è un'estensione di Chrome sviluppata da linuscedergren, e la sua funzione principale è "Replace the default new tab page content with any background image.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione New Tab Background Image Extension

Scarica i file di estensione New Tab Background Image Extension 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 the default new tab page with a custom background image page. You can add any image you like as a background image for the new tab page.                    

Informazioni di Base sull'Estensione

Nome New Tab Background Image Extension New Tab Background Image Extension
ID iohffbeoicpkdleboejfalnmmokbfcep
URL Ufficiale https://chromewebstore.google.com/detail/new-tab-background-image/iohffbeoicpkdleboejfalnmmokbfcep
Descrizione Replace the default new tab page content with any background image.
Dimensione del File 8.27 KB
Conteggio Installazioni 73
Versione Corrente 1.4.0
Ultimo Aggiornamento 2022-10-29
Data di Pubblicazione 2020-09-27
Sviluppatore linuscedergren
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Background Image Extension",
    "version": "1.4.0",
    "manifest_version": 3,
    "description": "Replace the default new tab page content with any background image.",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": ".\/index.html"
    },
    "icons": {
        "128": ".\/icon.png"
    }
}