Stand Up! Timer
This extension reminds you to take a break from work.
什么是Stand Up! Timer?
Stand Up! Timer是由Erfan Norozi开发的Chrome扩展程序,该扩展的主要功能是“This extension reminds you to take a break from work.”。
扩展截图
下载Stand Up! Timer扩展crx文件
下载Stand Up! Timer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Scientists have found that sitting for long hours can have negative effects on health. To prevent these negative effect it is recommended to stand up every hour. This extension let you setup an interval timer to remind you to stand up. To learn more about this problem read this lifehacker article: http://lifehacker.com/5879536/how-sitting-all-day-is-damaging-your-body-and-how-you-can-counteract-it
扩展基本信息
名称 | Stand Up! Timer |
ID | aamiggfhbebkpbknadfkelphhmkhmdcf |
官方URL | https://chromewebstore.google.com/detail/stand-up-timer/aamiggfhbebkpbknadfkelphhmkhmdcf |
简介 | This extension reminds you to take a break from work. |
文件大小 | 103 KB |
安装次数 | 4,794 |
当前版本 | 1.0.2 |
更新时间 | 2015-03-04 |
上架时间 | 2015-03-03 |
评分 | 3.20/5 共20次评分 |
开发者 | Erfan Norozi |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stand Up! Timer", "description": "This extension reminds you to take a break from work.", "author": "Erfan Norozi", "version": "1.0.2", "offline_enabled": true, "permissions": [ "notifications", "alarms", "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" } }, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "web_accessible_resources": [ "notification.png" ] } |