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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.libup.com, και η κύρια λειτουργία του είναι "The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Libup - Beautiful and practical start page
Λήψη αρχείων επέκτασης 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" } |