Libup - Beautiful and practical start page

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

Co to jest Libup - Beautiful and practical start page?

Libup - Beautiful and practical start page to rozszerzenie Chrome opracowane przez https://www.libup.com, a jego główną funkcją jest „The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Libup - Beautiful and practical start page

Pobierz pliki rozszerzeń Libup - Beautiful and practical start page w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Libup - Beautiful and practical start page Libup - Beautiful and practical start page
ID pibghepfgcgeaofkajookhffcfbcagcd
Oficjalny URL https://chromewebstore.google.com/detail/libup-beautiful-and-pract/pibghepfgcgeaofkajookhffcfbcagcd
Opis The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands
Rozmiar pliku 13.02 KB
Liczba instalacji 26
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2017-02-28
Data Publikacji 2017-02-28
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper https://www.libup.com
Typ Płatności free
Strona Rozszerzenia http://www.libup.com/
Obsługiwane Języki 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"
}