Habit Keeper
Have a habit? Tab it! Habit Keeper is a visual record of how many days you have completed your goal, right in your browser.
Habit Keeper란 무엇입니까?
Habit Keeper은(는) Bobakanoosh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Have a habit? Tab it! Habit Keeper is a visual record of how many days you have completed your goal, right in your browser."입니다.
확장 프로그램 스크린샷
Habit Keeper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Note: Habit Keeper takes over your new tab page to make the magic happen. You can customize nearly every visual aspect of the extension, including the color scheme, radius, and thickness. Instructions: 1. Install Habit Keeper via chrome store 2. Open a new tab 3. Hit `esc` or `h` to open the options menu 4. After closing the options menu, and you've completed your goal for the day, hold click until the progress circle is complete. Do this every day for as long as you want! Use Examples: 1. You want to meditate every day 2. You want to stop smoking 3. You want to code every day Tags (Ignore): Habit Goals keeper streak routine productivity newtab design pleasing aesthetic tab bobakanoosh
확장 프로그램 기본 정보
이름 | Habit Keeper |
ID | djmemjiaekoigemohhoofehlennhcaff |
공식 URL | https://chromewebstore.google.com/detail/habit-keeper/djmemjiaekoigemohhoofehlennhcaff |
설명 | Have a habit? Tab it! Habit Keeper is a visual record of how many days you have completed your goal, right in your browser. |
파일 크기 | 393 KB |
설치 횟수 | 56 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2018-11-03 |
출시 날짜 | 2018-11-02 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Bobakanoosh |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Habit Keeper", "author": "Bobakanoosh", "version": "1.1.0", "manifest_version": 2, "description": "Have a habit? Tab it! Habit Keeper is a visual record of how many days you have completed your goal, right in your browser.", "homepage_url": "https:\/\/github.com\/Bobakanoosh\/HabitKeeper", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "page_action": { "default_icon": "icons\/icon19.png", "default_title": "Habit Keeper", "default_popup": "src\/page_action\/page_action.html" }, "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "storage" ] } |