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 } } |