InCheck
Keep track of your weekly habits with In Check, a new tab chrome extension.
什么是InCheck?
InCheck是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Keep track of your weekly habits with In Check, a new tab chrome extension.”。
扩展截图
下载InCheck扩展crx文件
下载InCheck扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Keep track of your weekly habits with In Check.
Want to exercise everyday? Want to meditate 5 times a week? Use the In Check extension to turn your new tab page into a reminder of your habits.
Once you've completed one of your habits click the check box and watch your achievements build up with satisfaction.
Features:
Keep track of your habits across all chrome browsers.
Set three goals you want to make a habit of.
Set how many times a week you want to do it a week.
Tick off the activities each time you complete them in the week.
Reset your boxes each week. 扩展基本信息
| 名称 | |
| ID | jpkkglnfmiladdphackclehjjodakmpn |
| 官方URL | https://chromewebstore.google.com/detail/incheck/jpkkglnfmiladdphackclehjjodakmpn |
| 简介 | Keep track of your weekly habits with In Check, a new tab chrome extension. |
| 文件大小 | 77.53 KB |
| 安装次数 | 38 |
| 当前版本 | 1 |
| 更新时间 | 2015-06-07 |
| 上架时间 | 2015-06-07 |
| 评分 | 1.50/5 共2次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "InCheck",
"description": "Keep track of your weekly habits with In Check, a new tab chrome extension.",
"version": "1",
"permissions": [
"storage"
],
"background": {
"scripts": [
"js\/vendor\/angular.min.js"
]
},
"incognito": "split",
"chrome_url_overrides": {
"newtab": "main.html"
},
"manifest_version": 2
} | |