Nuts Habit Tracker

Build new habits easily with this great habit tracker, Nuts.

Nuts Habit Tracker란 무엇입니까?

Nuts Habit Tracker은(는) Apes in Capes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Build new habits easily with this great habit tracker, Nuts."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Nuts Habit Tracker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This habit tracker allows you to create a new habit and accumulate points for stringing together streaks.

Track up to 10 habits at a time!

Every day you do your habit you get one more nut than the day before.

Every day you don't do your habit you eat one more nut than the day before.

Start your stockpile by adding your first habit!

To navigate the calendar use the keys: up, down, left, right, m, and w.

Also, if this extension is helpful, tell your friends about it! There are links at the bottom so you can let your friends know by sharing it via Facebook, LinkedIn, Twitter, WhatsApp, and Reddit.                    

확장 프로그램 기본 정보

이름 Nuts Habit Tracker Nuts Habit Tracker
ID iohlnlmpgdbnommfofcdohjlgmncnpgn
공식 URL https://chromewebstore.google.com/detail/nuts-habit-tracker/iohlnlmpgdbnommfofcdohjlgmncnpgn
설명 Build new habits easily with this great habit tracker, Nuts.
파일 크기 721 KB
설치 횟수 486
현재 버전 1.3.3
최근 업데이트 2022-03-25
출시 날짜 2020-04-18
평점 4.11/5 총 9 개의 평점
개발자 Apes in Capes
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.apesincapes.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nuts Habit Tracker",
    "description": "Build new habits easily with this great habit tracker, Nuts.",
    "version": "1.3.3",
    "icons": {
        "128": ".\/icons\/icon128.png",
        "48": ".\/icons\/icon48.png",
        "16": ".\/icons\/icon16.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": ".\/icons\/icon128.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}