Karma
The ultimate habit tracker
Karmaとは何ですか?
KarmaはCapsule Corpによって開発されたChromeの拡張機能で、その主な機能は「The ultimate habit tracker」です。
拡張機能のスクリーンショット
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 |
ID | egjdcpnbadbjbkofgkomjjhdocenhfij |
公式URL | 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 |
Eメール | [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" ] } |