Habit
Helps you make habits.
什么是Habit?
Habit是由https://moin.im开发的Chrome扩展程序,该扩展的主要功能是“Helps you make habits.”。
扩展截图
下载Habit扩展crx文件
下载Habit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It helps you make habits by reminding you at the time interval you set. Let's make some habits like: - Drink water - Close your eyes often while using computer - Take a walk (c) Book icon by Iris Vidal from the Noun Project.
扩展基本信息
名称 | Habit |
ID | ljbnpeeemagmenbfmdodgflmdgdmcfhk |
官方URL | https://chromewebstore.google.com/detail/habit/ljbnpeeemagmenbfmdodgflmdgdmcfhk |
简介 | Helps you make habits. |
文件大小 | 69.12 KB |
安装次数 | 1,215 |
当前版本 | 0.0.0.1 |
更新时间 | 2016-04-01 |
上架时间 | 2016-04-01 |
评分 | 4.40/5 共10次评分 |
开发者 | https://moin.im |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Habit", "description": "Helps you make habits.", "author": "Moin Uddin", "manifest_version": 2, "version": "0.0.0.1", "icons": { "128": "assets\/img\/128.png", "64": "assets\/img\/64.png", "32": "assets\/img\/32.png", "16": "assets\/img\/16.png" }, "options_ui": { "page": "habit.html", "chrome_style": true }, "permissions": [ "alarms", "storage", "notifications" ], "background": { "scripts": [ "assets\/js\/bg.js" ] } } |