Calm Tab
Achieve Mindful Productivity
什么是Calm Tab?
Calm Tab是由pereayats开发的Chrome扩展程序,该扩展的主要功能是“Achieve Mindful Productivity”。
扩展截图
下载Calm Tab扩展crx文件
下载Calm Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Achieve mindful productivity by turning your browser's new tab page into a beautiful time tracker.
Track your most important tasks right within your new tab page and watch how your productivity skyrockets!
- Time Tracker
- Zen Breathing Box
- Dark mode & light mode
- Use it on unlimited devices for free!
Future Features:
- Website Blocker (Soon)
- Bookmarks Manager (Soon)
- Minimal Habit Tracker (Soon)
- Simple Usage Analytics (Soon) 扩展基本信息
| 名称 | |
| ID | ikkpalcjefegfbekcokjkdgmnbafmjfi |
| 官方URL | https://chromewebstore.google.com/detail/calm-tab/ikkpalcjefegfbekcokjkdgmnbafmjfi |
| 简介 | Achieve Mindful Productivity |
| 文件大小 | 10.62 MB |
| 安装次数 | 82 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2023-07-18 |
| 上架时间 | 2023-06-14 |
| 开发者 | pereayats |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://calm.framer.website/ |
| 帮助页面URL | https://calm.framer.website/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Calm Tab",
"description": "Achieve Mindful Productivity",
"version": "1.0.1",
"manifest_version": 3,
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"host_permissions": [
"*:\/\/*\/*"
],
"permissions": [
"storage"
]
} | |