Karma

The ultimate habit tracker

¿Qué es Karma?

Karma es una extensión de Chrome desarrollada por Capsule Corp, y su función principal es "The ultimate habit tracker".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Karma

Descarga archivos de extensión Karma en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Karma Karma
ID egjdcpnbadbjbkofgkomjjhdocenhfij
URL Oficial https://chromewebstore.google.com/detail/karma/egjdcpnbadbjbkofgkomjjhdocenhfij
Descripción The ultimate habit tracker
Tamaño del Archivo 4.87 MB
Cantidad de Instalaciones 367
Versión Actual 2.0.1
Última Actualización 2019-05-29
Fecha de Publicación 2019-05-29
Calificación 3.60/5 Total de 5 Calificaciones
Desarrollador Capsule Corp
Correo electrónico [email protected]
Tipo de Pago in_app
URL de la Página de Ayuda https://www.gauthamzz.com/
Idiomas Soportados 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"
    ]
}