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ファイルをダウンロード

Nuts Habit Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
}