Nurture

Nurture a love of that which is good for you, and a dislike of that which is not.

Что такое Nurture?

Nurture - это расширение Chrome, разработанное benreimer9, и его основная функция - "Nurture a love of that which is good for you, and a dislike of that which is not.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        We figure life would be better if you liked the things that benefited you and disliked the things that didn't.

We also think it's possible to intentionally develop these likes and dislikes.

Nurture is a chrome extension provides a prompt for self-reflection toward your goals, as well as visual feedback to track your progress.                    

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

Название Nurture Nurture
ID llpkoklagnnpahhbokmimohbmjkhhcjc
Официальный URL https://chromewebstore.google.com/detail/nurture/llpkoklagnnpahhbokmimohbmjkhhcjc
Описание Nurture a love of that which is good for you, and a dislike of that which is not.
Размер файла 380 KB
Количество установок 1,287
Текущая Версия 1.2.4
Последнее Обновление 2019-12-06
Дата публикации 2019-12-05
Рейтинг 4.17/5 Всего 6 оценок
Разработчик benreimer9
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nurture",
    "version": "1.2.4",
    "description": "Nurture a love of that which is good for you, and a dislike of that which is not.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2
}