Homepage Customizer and Wallpapers HD

Customize your homepage with wallpapers hd

¿Qué es Homepage Customizer and Wallpapers HD?

Homepage Customizer and Wallpapers HD es una extensión de Chrome desarrollada por http://www.slidingtabs.com, y su función principal es "Customize your homepage with wallpapers hd".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Homepage Customizer and Wallpapers HD

Descarga archivos de extensión Homepage Customizer and Wallpapers HD 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

                        Enhance your New Tab Page with a search box that allows you to search the web using Yahoo.                    

Información Básica de la Extensión

Nombre Homepage Customizer and Wallpapers HD Homepage Customizer and Wallpapers HD
ID jhlaheleiafkaapojpkbgfpbjocnhmek
URL Oficial https://chrome.google.com/webstore/detail/homepage-customizer-and-w/jhlaheleiafkaapojpkbgfpbjocnhmek
Descripción Customize your homepage with wallpapers hd
Tamaño del Archivo 389 KB
Cantidad de Instalaciones 12
Versión Actual 1.2
Última Actualización 2018-04-14
Fecha de Publicación 2018-04-14
Desarrollador http://www.slidingtabs.com
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Homepage Customizer and Wallpapers HD",
    "version": "1.2",
    "description": "Customize your homepage with wallpapers hd",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon.png",
        "48": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "customizer.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content-script.js"
            ]
        }
    ],
    "manifest_version": 2
}