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" } |