Libup - Beautiful and practical start page

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

什麼是Libup - Beautiful and practical start page?

Libup - Beautiful and practical start page是由https://www.libup.com開發的Chrome擴展程式,該擴展的主要功能是“The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Libup - Beautiful and practical start page擴展crx文件

下載Libup - Beautiful and practical start page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Libup - Beautiful and practical start page Libup - Beautiful and practical start page
ID pibghepfgcgeaofkajookhffcfbcagcd
官方網址 https://chromewebstore.google.com/detail/libup-beautiful-and-pract/pibghepfgcgeaofkajookhffcfbcagcd
簡介 The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands
檔案大小 13.02 KB
安裝次數 26
目前版本 1.4
更新時間 2017-02-28
上架時間 2017-02-28
評分 3.00/5 共 2 次評分
開發者 https://www.libup.com
付費類型 free
擴展官網 http://www.libup.com/
支援的語言 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"
}