Karma

The ultimate habit tracker

What is Karma?

Karma is a Chrome extension developed by Capsule Corp, and its main feature is "The ultimate habit tracker".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Karma Extension CRX File

Download Karma extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Karma Karma
ID egjdcpnbadbjbkofgkomjjhdocenhfij
Official URL https://chromewebstore.google.com/detail/karma/egjdcpnbadbjbkofgkomjjhdocenhfij
Description The ultimate habit tracker
File Size 4.87 MB
Installation Count 367
Current Version 2.0.1
Last Updated 2019-05-29
Publish Date 2019-05-29
Rating 3.60/5 Total 5 Ratings
Developer Capsule Corp
Email [email protected]
Payment Type in_app
Help Page URL https://www.gauthamzz.com/
Supported Languages 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"
    ]
}