Nurture

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

Nurtureคืออะไร?

Nurture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย benreimer9 และคุณลักษณะหลักของมันคือ "Nurture a love of that which is good for you, and a dislike of that which is not."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nurture

ดาวน์โหลดไฟล์ส่วนขยาย 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
}