Karma
The ultimate habit tracker
Karma क्या है?
Karma Capsule Corp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The ultimate habit tracker"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Karma एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |