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".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл 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 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"
}