Habitica

A launcher to quickly get to Habitica. Especially great for Mac users.

Cos'è Habitica?

Habitica è un'estensione di Chrome sviluppata da Sam Dale, e la sua funzione principale è "A launcher to quickly get to Habitica. Especially great for Mac users.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Habitica

Scarica i file di estensione Habitica 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

                        A simple launcher that opens up your Habitica dashboard in a new tab. It's especially great for Mac users.

Unlike the official Habitica extension, this does not track (nor monitor) your web history.

Check out the repository on GitHub: https://github.com/sdale28/habitica-extension

Note that I do not claim the Habitica site as my own. Habitica is an open source project that helps you form positive habits and break bad ones. This is simply my first extension, designed to make getting to Habitica easier.                    

Informazioni di Base sull'Estensione

Nome Habitica Habitica
ID kaioddlknfmbibclnlnmbgjajbacgnab
URL Ufficiale https://chromewebstore.google.com/detail/habitica/kaioddlknfmbibclnlnmbgjajbacgnab
Descrizione A launcher to quickly get to Habitica. Especially great for Mac users.
Dimensione del File 37.85 KB
Conteggio Installazioni 2,385
Versione Corrente 1.1
Ultimo Aggiornamento 2016-10-19
Data di Pubblicazione 2016-10-18
Valutazione 4.56/5 Totale 9 Valutazioni
Sviluppatore Sam Dale
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Habitica",
    "author": "Sam Dale",
    "description": "A launcher to quickly get to Habitica. Especially great for Mac users.",
    "version": "1.1",
    "icons": {
        "16": "habitica-logo-16.png",
        "128": "habitica-logo-128.png",
        "512": "habitica-logo-512.png"
    },
    "browser_action": {
        "default_icon": "habitica-logo-128.png",
        "default_title": "Habitica"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}