Karma

The ultimate habit tracker

Wat is Karma?

Karma is een Chrome-extensie ontwikkeld door Capsule Corp, en de belangrijkste functie is "The ultimate habit tracker".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Karma

Download Karma-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Karma Karma
ID egjdcpnbadbjbkofgkomjjhdocenhfij
Officiële URL https://chromewebstore.google.com/detail/karma/egjdcpnbadbjbkofgkomjjhdocenhfij
Beschrijving The ultimate habit tracker
Bestandsgrootte 4.87 MB
Aantal Installaties 367
Huidige Versie 2.0.1
Laatst Bijgewerkt 2019-05-29
Publicatiedatum 2019-05-29
Beoordeling 3.60/5 Totaal 5 Beoordelingen
Ontwikkelaar Capsule Corp
E-mail [email protected]
Betalingswijze in_app
Help Pagina-URL https://www.gauthamzz.com/
Ondersteunde Talen 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"
    ]
}