Libup - Beautiful and practical start page

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

Apa itu Libup - Beautiful and practical start page?

Libup - Beautiful and practical start page adalah ekstensi Chrome yang dikembangkan oleh https://www.libup.com, dan fitur utamanya adalah "The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Libup - Beautiful and practical start page

Unduh file ekstensi Libup - Beautiful and practical start page dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Libup - Beautiful and practical start page Libup - Beautiful and practical start page
ID pibghepfgcgeaofkajookhffcfbcagcd
URL Resmi https://chromewebstore.google.com/detail/libup-beautiful-and-pract/pibghepfgcgeaofkajookhffcfbcagcd
Deskripsi The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands
Ukuran File 13.02 KB
Jumlah Instalasi 26
Versi Saat Ini 1.4
Terakhir Diperbarui 2017-02-28
Tanggal Publikasi 2017-02-28
Penilaian 3.00/5 Total 2 Penilaian
Pengembang https://www.libup.com
Tipe Pembayaran free
Situs Ekstensi http://www.libup.com/
Bahasa yang Didukung 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"
}