Empty New Tab Page - Select Your Background.

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

¿Qué es Empty New Tab Page - Select Your Background.?

Empty New Tab Page - Select Your Background. es una extensión de Chrome desarrollada por Thomas Tavernier, y su función principal es "The new tab page is now empty, you can select the background color of your choice.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Empty New Tab Page - Select Your Background.

Descarga archivos de extensión Empty New Tab Page - Select Your Background. 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

                        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.                    

Información Básica de la Extensión

Nombre Empty New Tab Page - Select Your Background. Empty New Tab Page - Select Your Background.
ID ppnljghmgbgkebhihiphkkmdgpnccoen
URL Oficial https://chromewebstore.google.com/detail/empty-new-tab-page-select/ppnljghmgbgkebhihiphkkmdgpnccoen
Descripción The new tab page is now empty, you can select the background color of your choice.
Tamaño del Archivo 10.4 KB
Cantidad de Instalaciones 122
Versión Actual 1.4.0
Última Actualización 2021-08-15
Fecha de Publicación 2019-09-19
Calificación 5.00/5 Total de 7 Calificaciones
Desarrollador Thomas Tavernier
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/ThomasTavernier/empty-new-tab-page
Idiomas Soportados 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"
    }
}