Libup - Beautiful and practical start page
The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands
Qu'est-ce que Libup - Beautiful and practical start page ?
Libup - Beautiful and practical start page est une extension Chrome développée par https://www.libup.com, et sa fonction principale est "The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Libup - Beautiful and practical start page
Téléchargez les fichiers d'extension Libup - Beautiful and practical start page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Libup - Beautiful and practical start page |
ID | pibghepfgcgeaofkajookhffcfbcagcd |
URL Officiel | https://chromewebstore.google.com/detail/libup-beautiful-and-pract/pibghepfgcgeaofkajookhffcfbcagcd |
Description | The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands |
Taille du Fichier | 13.02 KB |
Nombre d'Installations | 26 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2017-02-28 |
Date de Publication | 2017-02-28 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | https://www.libup.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.libup.com/ |
Langues Prises en Charge | 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" } |