Livly

A non-distracting, minimalist New Tab page.

Что такое Livly?

Livly - это расширение Chrome, разработанное https://mavcook.com, и его основная функция - "A non-distracting, minimalist New Tab page.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Livly

Скачайте файлы расширений Livly в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Livly is a non-distracting, minimalist newtab page for Google Chrome. 
Besides being pretty, Livly is also useful. You can access shortcuts to your favorite webpages by pressing the spacebar, or the arrow indicator at the bottom of the screen.

If you don't like the picture of the day, just cycle through the images until you find one you like.

Min resolution: 800x680

Source: https://github.com/mavcook/Livly                    

Основная информация о расширении

Название Livly Livly
ID jodlifhapikdhppocniogknenmjlaiog
Официальный URL https://chromewebstore.google.com/detail/livly/jodlifhapikdhppocniogknenmjlaiog
Описание A non-distracting, minimalist New Tab page.
Размер файла 73.46 MB
Количество установок 31
Текущая Версия 0.2.4
Последнее Обновление 2018-06-08
Дата публикации 2018-06-08
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://mavcook.com
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://github.com/mavcook/LivLy/issues
Поддерживаемые языки en
manifest.json
{
    "manifest_version": 2,
    "name": "Livly",
    "version": "0.2.4",
    "description": "A non-distracting, minimalist New Tab page.",
    "icons": {
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Livly"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "offline_enabled": true,
    "permissions": [
        "unlimitedStorage"
    ],
    "short_name": "Livly",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "minimum_chrome_version": "29.0.1547"
}