Karma

The ultimate habit tracker

Karma là gì?

Karma là một tiện ích mở rộng Chrome được phát triển bởi Capsule Corp, và tính năng chính của nó là "The ultimate habit tracker".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Karma

Tải xuống các tệp mở rộng Karma dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Karma Karma
ID egjdcpnbadbjbkofgkomjjhdocenhfij
URL Chính Thức https://chromewebstore.google.com/detail/karma/egjdcpnbadbjbkofgkomjjhdocenhfij
Mô tả The ultimate habit tracker
Kích Thước Tệp 4.87 MB
Số Lần Cài Đặt 367
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2019-05-29
Ngày Phát Hành 2019-05-29
Đánh Giá 3.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Capsule Corp
Email [email protected]
Loại Thanh Toán in_app
URL Trang Trợ Giúp https://www.gauthamzz.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}