New Tab Background Image Extension

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

Wat is New Tab Background Image Extension?

New Tab Background Image Extension is een Chrome-extensie ontwikkeld door linuscedergren, en de belangrijkste functie is "Replace the default new tab page content with any background image.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie New Tab Background Image Extension

Download New Tab Background Image Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam New Tab Background Image Extension New Tab Background Image Extension
ID iohffbeoicpkdleboejfalnmmokbfcep
Officiële URL https://chromewebstore.google.com/detail/new-tab-background-image/iohffbeoicpkdleboejfalnmmokbfcep
Beschrijving Replace the default new tab page content with any background image.
Bestandsgrootte 8.27 KB
Aantal Installaties 73
Huidige Versie 1.4.0
Laatst Bijgewerkt 2022-10-29
Publicatiedatum 2020-09-27
Ontwikkelaar linuscedergren
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}