Hapit
A habit tracker that sits inside your browser.
Hapit란 무엇입니까?
Hapit은(는) https://www.hapit.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A habit tracker that sits inside your browser."입니다.
확장 프로그램 스크린샷
Hapit 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Hapit is a habit tracker which helps you take the things you usually procrastinate over and turn them into habits which you do without question. They become routine. It is not yet another todo-list app. Habits are defined as "a settled or regular tendency or practice, especially one that is hard to give up.", not the usual description you would give a task which you struggle to complete, but once you turn a task into a routine, it becomes part of your daily or weekly ritual. It's hard, especially with a busy life to make time for self improvement such as, learning a second language, exercising, researching and doing hobbies. A commonly heard phrase is "I just don't have the time", but the time is usually there, it's how people manage their time that is important and usually it is procrastination that is eating away at their time. What can it do? - Earn badges when sticking to your routine - View detailed charts on your habit progress - Track habits weekly or daily - Receive notifications reminding you to complete your habits - English and 日本語 - Sync your data automatically between devices - Export your data (JSON) - Works offline - Fast and simple use Help and FAQ Please note that Hapit is currently in the early stages of development, so every bit of feedback is appreciated and will help improve and shape Hapit in the future. You can find out more information at http://www.hapit.co
확장 프로그램 기본 정보
이름 | Hapit |
ID | lefjehfplgppbddailllnmedoeoghdkc |
공식 URL | https://chromewebstore.google.com/detail/hapit/lefjehfplgppbddailllnmedoeoghdkc |
설명 | A habit tracker that sits inside your browser. |
파일 크기 | 563 KB |
설치 횟수 | 208 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2016-05-24 |
출시 날짜 | 2016-05-24 |
평점 | 4.43/5 총 7 개의 평점 |
개발자 | https://www.hapit.co |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.hapit.co |
도움말 페이지 URL | http://www.hapit.co/faq/guide/ |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "default_locale": "en", "version": "1.0.0", "description": "__MSG_extDescription__", "manifest_version": 2, "permissions": [ "alarms", "notifications", "storage" ], "icons": { "19": "icons\/[email protected]", "48": "icons\/[email protected]", "128": "icons\/[email protected]" }, "browser_action": { "default_icon": { "16": "icons\/V2.png", "19": "icons\/[email protected]", "128": "icons\/[email protected]" }, "default_title": "Hapit", "default_popup": "index.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "persistent": false, "page": "background.html" } } |