Libup - Beautiful and practical start page
The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands
Wat is Libup - Beautiful and practical start page?
Libup - Beautiful and practical start page is een Chrome-extensie ontwikkeld door https://www.libup.com, en de belangrijkste functie is "The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands".
Extensie Screenshots
Download het CRX-bestand van de extensie Libup - Beautiful and practical start page
Download Libup - Beautiful and practical start page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Libup - Beautiful and practical start page |
ID | pibghepfgcgeaofkajookhffcfbcagcd |
Officiële URL | https://chromewebstore.google.com/detail/libup-beautiful-and-pract/pibghepfgcgeaofkajookhffcfbcagcd |
Beschrijving | The most beautiful home pages for your chrome browser. Impressive backgrounds by thousands |
Bestandsgrootte | 13.02 KB |
Aantal Installaties | 26 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2017-02-28 |
Publicatiedatum | 2017-02-28 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://www.libup.com |
Betalingswijze | free |
Extensiewebsite | http://www.libup.com/ |
Ondersteunde Talen | 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" } |