Libup - Beautiful and practical start page

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

Vad är Libup - Beautiful and practical start page?

Libup - Beautiful and practical start page är en Chrome-tillägg utvecklad av https://www.libup.com, och dess huvudfunktion är "The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Libup - Beautiful and practical start page-förlängningens CRX-fil

Ladda ner Libup - Beautiful and practical start page-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Libup - Beautiful and practical start page Libup - Beautiful and practical start page
ID pibghepfgcgeaofkajookhffcfbcagcd
Officiell webbadress https://chromewebstore.google.com/detail/libup-beautiful-and-pract/pibghepfgcgeaofkajookhffcfbcagcd
Beskrivning The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands
Filstorlek 13.02 KB
Antal Installationer 26
Aktuell Version 1.4
Senast Uppdaterad 2017-02-28
Publiceringsdatum 2017-02-28
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare https://www.libup.com
Betalningssätt free
Tilläggswebbplats http://www.libup.com/
Stödda Språk 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"
}