Karma

The ultimate habit tracker

什麼是Karma?

Karma是由Capsule Corp開發的Chrome擴展程式,該擴展的主要功能是“The ultimate habit tracker”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Karma擴展crx文件

下載Karma擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}