Libup - Beautiful and practical start page

The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands

¿Qué es Libup - Beautiful and practical start page?

Libup - Beautiful and practical start page es una extensión de Chrome desarrollada por https://www.libup.com, y su función principal es "The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Libup - Beautiful and practical start page

Descarga archivos de extensión Libup - Beautiful and practical start page 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

                        The most beautiful photos for your homepage and new tab on your chrome browser. Impressive backgrounds by the thousands. Discover each time you open chrome the most beautifully selected wallpapers. All with your favorite search engine.                    

Información Básica de la Extensión

Nombre Libup - Beautiful and practical start page Libup - Beautiful and practical start page
ID pibghepfgcgeaofkajookhffcfbcagcd
URL Oficial https://chromewebstore.google.com/detail/libup-beautiful-and-pract/pibghepfgcgeaofkajookhffcfbcagcd
Descripción The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands
Tamaño del Archivo 13.02 KB
Cantidad de Instalaciones 26
Versión Actual 1.4
Última Actualización 2017-02-28
Fecha de Publicación 2017-02-28
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador https://www.libup.com
Tipo de Pago free
Sitio Web de la Extensión http://www.libup.com/
Idiomas Soportados en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "Libup",
    "description": "__MSG_extDescription__",
    "manifest_version": 2,
    "version": "1.4",
    "default_locale": "en",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": "16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "homepage_url": "http:\/\/www.libup.com\/home"
}