Nurture

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

Wat is Nurture?

Nurture is een Chrome-extensie ontwikkeld door benreimer9, en de belangrijkste functie is "Nurture a love of that which is good for you, and a dislike of that which is not.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Nurture

Download Nurture-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

                        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.                    

Basisinformatie over de Extensie

Naam Nurture Nurture
ID llpkoklagnnpahhbokmimohbmjkhhcjc
Officiële URL https://chromewebstore.google.com/detail/nurture/llpkoklagnnpahhbokmimohbmjkhhcjc
Beschrijving Nurture a love of that which is good for you, and a dislike of that which is not.
Bestandsgrootte 380 KB
Aantal Installaties 1,287
Huidige Versie 1.2.4
Laatst Bijgewerkt 2019-12-06
Publicatiedatum 2019-12-05
Beoordeling 4.17/5 Totaal 6 Beoordelingen
Ontwikkelaar benreimer9
Betalingswijze free
Ondersteunde Talen 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
}