Libup - Beautiful and practical start page
The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands
Cos'è Libup - Beautiful and practical start page?
Libup - Beautiful and practical start page è un'estensione di Chrome sviluppata da https://www.libup.com, e la sua funzione principale è "The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Libup - Beautiful and practical start page
Scarica i file di estensione Libup - Beautiful and practical start page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Libup - Beautiful and practical start page |
ID | pibghepfgcgeaofkajookhffcfbcagcd |
URL Ufficiale | https://chromewebstore.google.com/detail/libup-beautiful-and-pract/pibghepfgcgeaofkajookhffcfbcagcd |
Descrizione | The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands |
Dimensione del File | 13.02 KB |
Conteggio Installazioni | 26 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2017-02-28 |
Data di Pubblicazione | 2017-02-28 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | https://www.libup.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.libup.com/ |
Lingue Supportate | 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" } |