New Tab Background Image Extension

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

Qu'est-ce que New Tab Background Image Extension ?

New Tab Background Image Extension est une extension Chrome développée par linuscedergren, et sa fonction principale est "Replace the default new tab page content with any background image.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension New Tab Background Image Extension

Téléchargez les fichiers d'extension New Tab Background Image Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom New Tab Background Image Extension New Tab Background Image Extension
ID iohffbeoicpkdleboejfalnmmokbfcep
URL Officiel https://chromewebstore.google.com/detail/new-tab-background-image/iohffbeoicpkdleboejfalnmmokbfcep
Description Replace the default new tab page content with any background image.
Taille du Fichier 8.27 KB
Nombre d'Installations 73
Version Actuelle 1.4.0
Dernière Mise à Jour 2022-10-29
Date de Publication 2020-09-27
Développeur linuscedergren
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}