Habitica
A launcher to quickly get to Habitica. Especially great for Mac users.
Habiticaとは何ですか?
HabiticaはSam Daleによって開発されたChromeの拡張機能で、その主な機能は「A launcher to quickly get to Habitica. Especially great for Mac users.」です。
拡張機能のスクリーンショット
Habitica拡張機能のCRXファイルをダウンロード
Habitica拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Habitica |
ID | kaioddlknfmbibclnlnmbgjajbacgnab |
公式URL | https://chromewebstore.google.com/detail/habitica/kaioddlknfmbibclnlnmbgjajbacgnab |
説明 | A launcher to quickly get to Habitica. Especially great for Mac users. |
ファイルサイズ | 37.85 KB |
インストール数 | 2,385 |
現在のバージョン | 1.1 |
最終更新日 | 2016-10-19 |
公開日 | 2016-10-18 |
評価 | 4.56/5 合計 9 レビュー |
開発者 | Sam Dale |
支払い方法 | free |
対応言語 | 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 } } |