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!은(는) SirBubbles에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reach your goals - working out, reading, coding, anything - but first build a habit."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Habivator - build a habit! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 josephch405@gmail.com
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
이메일 josephch405@gmail.com
결제 유형 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"
}