Libup - Beautiful and practical start page
The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands
Hvad er Libup - Beautiful and practical start page?
Libup - Beautiful and practical start page er en Chrome-udvidelse udviklet af https://www.libup.com, og dens hovedfunktion er "The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands".
Udvidelsesskærmbilleder
Download Libup - Beautiful and practical start page-udvidelses-CRX-fil
Download Libup - Beautiful and practical start page-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Libup - Beautiful and practical start page |
ID | pibghepfgcgeaofkajookhffcfbcagcd |
Officiel URL | https://chromewebstore.google.com/detail/libup-beautiful-and-pract/pibghepfgcgeaofkajookhffcfbcagcd |
Beskrivelse | The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands |
Filstørrelse | 13.02 KB |
Antal Installationer | 26 |
Nuværende Version | 1.4 |
Senest Opdateret | 2017-02-28 |
Udgivelsesdato | 2017-02-28 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | https://www.libup.com |
Betalingsmetode | free |
Udvidelseswebsted | http://www.libup.com/ |
Understøttede Sprog | 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" } |