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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } } |