New Tab Background Image Extension

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

¿Qué es New Tab Background Image Extension?

New Tab Background Image Extension es una extensión de Chrome desarrollada por linuscedergren, y su función principal es "Replace the default new tab page content with any background image.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión New Tab Background Image Extension

Descarga archivos de extensión New Tab Background Image Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre New Tab Background Image Extension New Tab Background Image Extension
ID iohffbeoicpkdleboejfalnmmokbfcep
URL Oficial https://chromewebstore.google.com/detail/new-tab-background-image/iohffbeoicpkdleboejfalnmmokbfcep
Descripción Replace the default new tab page content with any background image.
Tamaño del Archivo 8.27 KB
Cantidad de Instalaciones 73
Versión Actual 1.4.0
Última Actualización 2022-10-29
Fecha de Publicación 2020-09-27
Desarrollador linuscedergren
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}