Nurture

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

¿Qué es Nurture?

Nurture es una extensión de Chrome desarrollada por benreimer9, y su función principal es "Nurture a love of that which is good for you, and a dislike of that which is not.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Nurture

Descarga archivos de extensión Nurture en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Nurture Nurture
ID llpkoklagnnpahhbokmimohbmjkhhcjc
URL Oficial https://chromewebstore.google.com/detail/nurture/llpkoklagnnpahhbokmimohbmjkhhcjc
Descripción Nurture a love of that which is good for you, and a dislike of that which is not.
Tamaño del Archivo 380 KB
Cantidad de Instalaciones 1,287
Versión Actual 1.2.4
Última Actualización 2019-12-06
Fecha de Publicación 2019-12-05
Calificación 4.17/5 Total de 6 Calificaciones
Desarrollador benreimer9
Tipo de Pago free
Idiomas Soportados 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
}