Growth Tracker
Plant themed journal and mood tracker!
什么是Growth Tracker?
Growth Tracker是由Cmd Cat开发的Chrome扩展程序,该扩展的主要功能是“Plant themed journal and mood tracker!”。
扩展截图
下载Growth Tracker扩展crx文件
下载Growth Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Track your mood and journal your thoughts right in your browser!
Growth Tracker features:
>Daily mood tracking
>Daily Journaling
>Year overview
>View and edit past entries
>Export mood/journal history
>Offline support
>Lock entries to prevent accidental editing
>Calming plant theme
Designed and programmed by Namesnipes and WillowRed AKA Cmd Cat 扩展基本信息
| 名称 | |
| ID | pkbbochahepbkpkkidbhhdjhmjafgncm |
| 官方URL | https://chromewebstore.google.com/detail/growth-tracker/pkbbochahepbkpkkidbhhdjhmjafgncm |
| 简介 | Plant themed journal and mood tracker! |
| 文件大小 | 875 KB |
| 安装次数 | 2,130 |
| 当前版本 | 0.13 |
| 更新时间 | 2023-08-28 |
| 上架时间 | 2022-07-07 |
| 评分 | 4.67/5 共3次评分 |
| 开发者 | Cmd Cat |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/Namesnipes/Growth-Tracker |
| 帮助页面URL | https://github.com/Namesnipes/Growth-Tracker/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Plant themed journal and mood tracker!",
"manifest_version": 3,
"name": "Growth Tracker",
"version": "0.13",
"permissions": [
"storage"
],
"homepage_url": "https:\/\/github.com\/Namesnipes\/Extension",
"icons": {
"16": "assets\/icon16.png",
"32": "assets\/icon32.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"action": {
"default_popup": "main.html",
"default_title": "Growth Tracker"
}
} | |