Libup - Beautiful and practical start page
The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands
Was ist Libup - Beautiful and practical start page?
Libup - Beautiful and practical start page ist eine Chrome-Erweiterung, die von https://www.libup.com entwickelt wurde, und ihr Hauptmerkmal ist "The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands".
Erweiterungsscreenshots
Libup - Beautiful and practical start page-Erweiterungs-CRX-Datei herunterladen
Laden Sie Libup - Beautiful and practical start page-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Libup - Beautiful and practical start page |
ID | pibghepfgcgeaofkajookhffcfbcagcd |
Offizielle URL | https://chromewebstore.google.com/detail/libup-beautiful-and-pract/pibghepfgcgeaofkajookhffcfbcagcd |
Beschreibung | The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands |
Dateigröße | 13.02 KB |
Installationsanzahl | 26 |
Aktuelle Version | 1.4 |
Letztes Update | 2017-02-28 |
Veröffentlichungsdatum | 2017-02-28 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://www.libup.com |
Zahlungsart | free |
Erweiterungswebsite | http://www.libup.com/ |
Unterstützte Sprachen | 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" } |