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.”。
扩展截图
下载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 |
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'" } |