Styled Background

Display home and new tab background with different background images

¿Qué es Styled Background?

Styled Background es una extensión de Chrome desarrollada por Nick, y su función principal es "Display home and new tab background with different background images".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Styled Background

Descarga archivos de extensión Styled 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

                        Styled Background Displays Daily new background images and quotes.
make images favorite and the favorite image will not change on next day.
You can choose any background from images list.                    

Información Básica de la Extensión

Nombre Styled Background Styled Background
ID iclgcndcdfheagebpphcnlafpilpefcn
URL Oficial https://chromewebstore.google.com/detail/styled-background/iclgcndcdfheagebpphcnlafpilpefcn
Descripción Display home and new tab background with different background images
Tamaño del Archivo 650 KB
Cantidad de Instalaciones 11
Versión Actual 1.0.1
Última Actualización 2017-05-26
Fecha de Publicación 2017-05-26
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador Nick
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Styled Background",
    "description": "Display home and new tab background with different background images",
    "version": "1.0.1",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "incognito": "not_allowed",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/popup.js"
        ]
    }
}