Nurture

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

Qu'est-ce que Nurture ?

Nurture est une extension Chrome développée par benreimer9, et sa fonction principale est "Nurture a love of that which is good for you, and a dislike of that which is not.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Nurture

Téléchargez les fichiers d'extension Nurture au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Nurture Nurture
ID llpkoklagnnpahhbokmimohbmjkhhcjc
URL Officiel https://chromewebstore.google.com/detail/nurture/llpkoklagnnpahhbokmimohbmjkhhcjc
Description Nurture a love of that which is good for you, and a dislike of that which is not.
Taille du Fichier 380 KB
Nombre d'Installations 1,287
Version Actuelle 1.2.4
Dernière Mise à Jour 2019-12-06
Date de Publication 2019-12-05
Évaluation 4.17/5 Total 6 Évaluations
Développeur benreimer9
Type de Paiement free
Langues Prises en Charge 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
}