Lifeday

Motivate yourself by measuring your life in days instead of years.

Что такое Lifeday?

Lifeday - это расширение Chrome, разработанное https://j.cin.is, и его основная функция - "Motivate yourself by measuring your life in days instead of years.".

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

screenshot
screenshot

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

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

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

                        Lifeday replaces your default new-tab page in Chrome with the number of days that you have been alive. The hope is that this will help to inspire you to make this day more meaningful, to waste less time, and to work towards those things that might fulfill you most.                    

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

Название Lifeday Lifeday
ID bjnakdpcancplfbpcgckhilkgdjbfdal
Официальный URL https://chromewebstore.google.com/detail/lifeday/bjnakdpcancplfbpcgckhilkgdjbfdal
Описание Motivate yourself by measuring your life in days instead of years.
Размер файла 415 KB
Количество установок 35
Текущая Версия 1.0.0
Последнее Обновление 2019-03-27
Дата публикации 2019-03-27
Рейтинг 5.00/5 Всего 3 оценок
Разработчик https://j.cin.is
Тип оплаты free
Официальный сайт расширения https://github.com/jcinis/lifeday/
URL страницы помощи https://github.com/jcinis/lifeday/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lifeday",
    "description": "Motivate yourself by measuring your life in days instead of years.",
    "version": "1.0.0",
    "manifest_version": 2,
    "offline_enabled": true,
    "background": {
        "persistent": false,
        "scripts": [
            "chrome.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "lifeday-logo-16.png",
        "32": "lifeday-logo-32.png",
        "48": "lifeday-logo-48.png",
        "128": "lifeday-logo-128.png"
    }
}