Nurture

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

Nurture là gì?

Nurture là một tiện ích mở rộng Chrome được phát triển bởi benreimer9, và tính năng chính của nó là "Nurture a love of that which is good for you, and a dislike of that which is not.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nurture

Tải xuống các tệp mở rộng Nurture dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nurture Nurture
ID llpkoklagnnpahhbokmimohbmjkhhcjc
URL Chính Thức https://chromewebstore.google.com/detail/nurture/llpkoklagnnpahhbokmimohbmjkhhcjc
Mô tả Nurture a love of that which is good for you, and a dislike of that which is not.
Kích Thước Tệp 380 KB
Số Lần Cài Đặt 1,287
Phiên Bản Hiện Tại 1.2.4
Cập Nhật Lần Cuối 2019-12-06
Ngày Phát Hành 2019-12-05
Đánh Giá 4.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển benreimer9
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}