Libup - Beautiful and practical start page

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

O que é Libup - Beautiful and practical start page?

Libup - Beautiful and practical start page é uma extensão do Chrome desenvolvida por https://www.libup.com, e sua principal característica é "The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Libup - Beautiful and practical start page

Baixe arquivos de extensão Libup - Beautiful and practical start page no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 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
Descrição The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands
Tamanho do Arquivo 13.02 KB
Contagem de Instalações 26
Versão Atual 1.4
Última Atualização 2017-02-28
Data de Publicação 2017-02-28
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor https://www.libup.com
Tipo de Pagamento free
Site da Extensão http://www.libup.com/
Idiomas Suportados 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"
}