Karma

The ultimate habit tracker

Apa itu Karma?

Karma adalah ekstensi Chrome yang dikembangkan oleh Capsule Corp, dan fitur utamanya adalah "The ultimate habit tracker".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Karma

Unduh file ekstensi Karma dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Karma Karma
ID egjdcpnbadbjbkofgkomjjhdocenhfij
URL Resmi https://chromewebstore.google.com/detail/karma/egjdcpnbadbjbkofgkomjjhdocenhfij
Deskripsi The ultimate habit tracker
Ukuran File 4.87 MB
Jumlah Instalasi 367
Versi Saat Ini 2.0.1
Terakhir Diperbarui 2019-05-29
Tanggal Publikasi 2019-05-29
Penilaian 3.60/5 Total 5 Penilaian
Pengembang Capsule Corp
Email [email protected]
Tipe Pembayaran in_app
URL Halaman Bantuan https://www.gauthamzz.com/
Bahasa yang Didukung 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"
    ]
}