Libup - Beautiful and practical start page
The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands
Co je Libup - Beautiful and practical start page?
Libup - Beautiful and practical start page je rozšíření Chrome vyvinuté https://www.libup.com, a jeho hlavní funkcí je „The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Libup - Beautiful and practical start page
Stáhněte si soubory rozšíření Libup - Beautiful and practical start page ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Libup - Beautiful and practical start page |
ID | pibghepfgcgeaofkajookhffcfbcagcd |
Oficiální URL | https://chromewebstore.google.com/detail/libup-beautiful-and-pract/pibghepfgcgeaofkajookhffcfbcagcd |
Popis | The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands |
Velikost souboru | 13.02 KB |
Počet instalací | 26 |
Aktuální Verze | 1.4 |
Poslední Aktualizace | 2017-02-28 |
Datum Vydání | 2017-02-28 |
Hodnocení | 3.00/5 Celkem 2 Hodnocení |
Vývojář | https://www.libup.com |
Typ Platby | free |
Webové stránky Rozšíření | http://www.libup.com/ |
Podporované Jazyky | 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" } |