Habitica
A launcher to quickly get to Habitica. Especially great for Mac users.
What is Habitica?
Habitica is a Chrome extension developed by Sam Dale, and its main feature is "A launcher to quickly get to Habitica. Especially great for Mac users.".
Extension Screenshots
Download Habitica Extension CRX File
Download Habitica extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Habitica |
ID | kaioddlknfmbibclnlnmbgjajbacgnab |
Official URL | https://chromewebstore.google.com/detail/habitica/kaioddlknfmbibclnlnmbgjajbacgnab |
Description | A launcher to quickly get to Habitica. Especially great for Mac users. |
File Size | 37.85 KB |
Installation Count | 2,385 |
Current Version | 1.1 |
Last Updated | 2016-10-19 |
Publish Date | 2016-10-18 |
Rating | 4.56/5 Total 9 Ratings |
Developer | Sam Dale |
Payment Type | free |
Supported Languages | 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 } } |