Libup - Beautiful and practical start page
The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands
What is Libup - Beautiful and practical start page?
Libup - Beautiful and practical start page is a Chrome extension developed by https://www.libup.com, and its main feature is "The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands".
Extension Screenshots
Download Libup - Beautiful and practical start page Extension CRX File
Download Libup - Beautiful and practical start page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Libup - Beautiful and practical start page |
ID | pibghepfgcgeaofkajookhffcfbcagcd |
Official URL | https://chromewebstore.google.com/detail/libup-beautiful-and-pract/pibghepfgcgeaofkajookhffcfbcagcd |
Description | The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands |
File Size | 13.02 KB |
Installation Count | 26 |
Current Version | 1.4 |
Last Updated | 2017-02-28 |
Publish Date | 2017-02-28 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://www.libup.com |
Payment Type | free |
Extension Website | http://www.libup.com/ |
Supported Languages | 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" } |