Nurture

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

O que é Nurture?

Nurture é uma extensão do Chrome desenvolvida por benreimer9, e sua principal característica é "Nurture a love of that which is good for you, and a dislike of that which is not.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Nurture

Baixe arquivos de extensão Nurture no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Nurture Nurture
ID llpkoklagnnpahhbokmimohbmjkhhcjc
URL Oficial https://chromewebstore.google.com/detail/nurture/llpkoklagnnpahhbokmimohbmjkhhcjc
Descrição Nurture a love of that which is good for you, and a dislike of that which is not.
Tamanho do Arquivo 380 KB
Contagem de Instalações 1,287
Versão Atual 1.2.4
Última Atualização 2019-12-06
Data de Publicação 2019-12-05
Classificação 4.17/5 Total de 6 Avaliações
Desenvolvedor benreimer9
Tipo de Pagamento free
Idiomas Suportados 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
}