Karma
The ultimate habit tracker
Cos'è Karma?
Karma è un'estensione di Chrome sviluppata da Capsule Corp, e la sua funzione principale è "The ultimate habit tracker".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Karma
Scarica i file di estensione Karma in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | egjdcpnbadbjbkofgkomjjhdocenhfij |
| URL Ufficiale | https://chromewebstore.google.com/detail/karma/egjdcpnbadbjbkofgkomjjhdocenhfij |
| Descrizione | The ultimate habit tracker |
| Dimensione del File | 4.87 MB |
| Conteggio Installazioni | 367 |
| Versione Corrente | 2.0.1 |
| Ultimo Aggiornamento | 2019-05-29 |
| Data di Pubblicazione | 2019-05-29 |
| Valutazione | 3.60/5 Totale 5 Valutazioni |
| Sviluppatore | Capsule Corp |
| [email protected] | |
| Tipo di Pagamento | in_app |
| URL della Pagina di Aiuto | https://www.gauthamzz.com/ |
| Lingue Supportate | 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"
]
} | |