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 |
电子邮箱 | [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" ] } |