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”。
扩展截图
下载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 |
ID | pibghepfgcgeaofkajookhffcfbcagcd |
官方URL | 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" } |