Nurture

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

什麼是Nurture?

Nurture是由benreimer9開發的Chrome擴展程式,該擴展的主要功能是“Nurture a love of that which is good for you, and a dislike of that which is not.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Nurture擴展crx文件

下載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
官方網址 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
}