Habitica
A launcher to quickly get to Habitica. Especially great for Mac users.
Was ist Habitica?
Habitica ist eine Chrome-Erweiterung, die von Sam Dale entwickelt wurde, und ihr Hauptmerkmal ist "A launcher to quickly get to Habitica. Especially great for Mac users.".
Erweiterungsscreenshots
Habitica-Erweiterungs-CRX-Datei herunterladen
Laden Sie Habitica-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Habitica |
ID | kaioddlknfmbibclnlnmbgjajbacgnab |
Offizielle URL | https://chromewebstore.google.com/detail/habitica/kaioddlknfmbibclnlnmbgjajbacgnab |
Beschreibung | A launcher to quickly get to Habitica. Especially great for Mac users. |
Dateigröße | 37.85 KB |
Installationsanzahl | 2,385 |
Aktuelle Version | 1.1 |
Letztes Update | 2016-10-19 |
Veröffentlichungsdatum | 2016-10-18 |
Bewertung | 4.56/5 Insgesamt 9 Bewertungen |
Entwickler | Sam Dale |
Zahlungsart | free |
Unterstützte Sprachen | 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 } } |