Habivator - build a habit!

Reach your goals - working out, reading, coding, anything - but first build a habit.

Habivator - build a habit!คืออะไร?

Habivator - build a habit! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SirBubbles และคุณลักษณะหลักของมันคือ "Reach your goals - working out, reading, coding, anything - but first build a habit."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Habivator - build a habit!

ดาวน์โหลดไฟล์ส่วนขยาย Habivator - build a habit! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Habits are the key to being productive - do something every day, and it will become a natural part of your life. This extension tracks your weekly habits and how well you are following them. Perhaps you want to start meditating, or read for 3 days a week - with its customizability, you can clearly and easily track your progress.

The Advice panel is tailored to your performance - do well, and perhaps you can do more. Struggle, perhaps, and Habivator will try to help.

Do give feedback in the support form - this is still under active development.
If you have any ideas, please send to [email protected]
Source on Github:
https://github.com/josephch405/Habivator                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Habivator - build a habit! Habivator - build a habit!
ID nidmklgpplnfghikfnkbdgldlkdgddcn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/habivator-build-a-habit/nidmklgpplnfghikfnkbdgldlkdgddcn
คำอธิบาย Reach your goals - working out, reading, coding, anything - but first build a habit.
ขนาดไฟล์ 806 KB
จำนวนการติดตั้ง 1,003
เวอร์ชันปัจจุบัน 0.75
อัปเดตครั้งล่าสุด 2021-04-28
วันที่เผยแพร่ 2019-10-27
คะแนน 3.71/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา SirBubbles
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/jquery-2.1.1.min.js",
            "js\/smiley.js",
            "js\/main.js",
            "js\/task.js",
            "js\/archivedTask.js",
            "js\/archivedTaskGroup.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "html\/popup.html",
        "default_title": "Make a habit!"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Reach your goals - working out, reading, coding, anything - but first build a habit.",
    "icons": {
        "128": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs3KhhirPYzvYBw7i7OvpnN8MWPmN6xFQiwvuVFpCPWjqj4YFLwXXEFKDPSaHRfrky5cpEDY\/MJJhwM0YMeZEJ8k\/T3jXr9b+ugBR4zxStlSYmnhURLUw57DeghTAxtPWQK12egwviBUCkOeDXgWXQzxPrXcSHkP7m0v8N8BO2hIWus+6Ivk55xbeTma2Rk8lGGUDK\/ZKH18Q5ZgN\/YoYLOye\/LDlvuqPQbxuYisntYdEGBLdeBIFJ6nFl8uc7kN5cbHs9\/CTzev+sQjGbboZ\/8qA3LeNCOhK+tFVyzTqKqWthS4OZ97AkzX8OlqP+RiaR9aYEJMeJJSle3pNu1ZBpQIDAQAB",
    "manifest_version": 2,
    "name": "Habivator - build a habit!",
    "offline_enabled": true,
    "options_page": "html\/options.html",
    "permissions": [
        "notifications"
    ],
    "short_name": "Habivator",
    "version": "0.75"
}