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
公式URL 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
}