Blank New Tab Page plus...

A blank New Tab Page with a colour and background of your choice

¿Qué es Blank New Tab Page plus...?

Blank New Tab Page plus... es una extensión de Chrome desarrollada por https://mythical5th.com, y su función principal es "A blank New Tab Page with a colour and background of your choice".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Blank New Tab Page plus...

Descarga archivos de extensión Blank New Tab Page plus... 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

                        Click the icon in the bottom corner to reveal options for background colour, patterns and textures, and to add a launcher for pages such as Bookmarks and History.

The background can be saved as an image file via the toolbar icon's context menu. On Chrome OS, it can be set as the desktop wallpaper via the same menu.

⚠ This extension is a replacement for your current New Tab Page, it doesn't simply add a background to it.                    

Información Básica de la Extensión

Nombre Blank New Tab Page plus... Blank New Tab Page plus...
ID hlgjppjfojhgojohkpcfaecgnaehajae
URL Oficial https://chromewebstore.google.com/detail/blank-new-tab-page-plus/hlgjppjfojhgojohkpcfaecgnaehajae
Descripción A blank New Tab Page with a colour and background of your choice
Tamaño del Archivo 1.61 MB
Cantidad de Instalaciones 44
Versión Actual 2.2.5
Última Actualización 2024-02-10
Fecha de Publicación 2019-04-06
Calificación 4.80/5 Total de 5 Calificaciones
Desarrollador https://mythical5th.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad http://mythical5th.com/policies/chromeWebStore.html
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.2.5",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "short_name": "BlankTab",
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "html\/newTab.html"
    },
    "action": [],
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "wallpaper"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "background": {
        "service_worker": "service-worker.js"
    }
}