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 |
官方網址 | 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 } } |