Karma

The ultimate habit tracker

Karma란 무엇입니까?

Karma은(는) Capsule Corp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The ultimate habit tracker"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Karma 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Track your Habits easily.
Click ✅ Done whenever you are done with a habit.
Click on the habit name to toggle between habits.
100% FREE as long as you stick to your habits.
Track url based tasks automatically

Some use-cases:

🏃Track your offline habits from the new page tab [Gym, Reading]

🔗Track your online habits from URL automatically

💸100% Free as long as you stick to your habits, pay only if you delete habits.

v2 Update

🔗Associate each task with multiple links or urls

😛 Add a todo on what you are working on

👩🏻‍🎨 Set background as black before loading image                    

확장 프로그램 기본 정보

이름 Karma Karma
ID egjdcpnbadbjbkofgkomjjhdocenhfij
공식 URL https://chromewebstore.google.com/detail/karma/egjdcpnbadbjbkofgkomjjhdocenhfij
설명 The ultimate habit tracker
파일 크기 4.87 MB
설치 횟수 367
현재 버전 2.0.1
최근 업데이트 2019-05-29
출시 날짜 2019-05-29
평점 3.60/5 총 5 개의 평점
개발자 Capsule Corp
이메일 [email protected]
결제 유형 in_app
도움말 페이지 URL https://www.gauthamzz.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Karma",
    "version": "2.0.1",
    "manifest_version": 2,
    "description": "The ultimate habit tracker",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "offline_enabled": true,
    "background": {
        "persistent": false,
        "scripts": [
            "src\/bg\/background.js"
        ]
    },
    "short_name": "Karma",
    "permissions": [
        "notifications",
        "storage",
        "history"
    ]
}