健康时钟
久坐族的福音,提醒你该运动啦!
What is 健康时钟?
健康时钟 is a Chrome extension developed by Unknown, and its main feature is "久坐族的福音,提醒你该运动啦!".
Download 健康时钟 Extension CRX File
Download 健康时钟 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
太长时间面对电脑导致腰酸背痛? 现在就设定一个时钟来提醒你运动运动,舒展筋骨。
Extension Basic Information
Name | 健康时钟 |
ID | ejhpjobfbbdcdgfalepklchdfdcfaopm |
Official URL | https://chromewebstore.google.com/detail/%E5%81%A5%E5%BA%B7%E6%97%B6%E9%92%9F/ejhpjobfbbdcdgfalepklchdfdcfaopm |
Description | 久坐族的福音,提醒你该运动啦! |
File Size | 27.96 KB |
Installation Count | 53 |
Current Version | 1.0 |
Last Updated | 2016-02-25 |
Publish Date | 2016-02-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "zh_CN", "version": "1.0", "manifest_version": 2, "permissions": [ "notifications", "storage" ], "background": { "scripts": [ "background\/background.js" ] }, "options_page": "option\/option.html", "browser_action": { "default_icon": "img\/32.png", "default_title": "Health Alarm", "default_popup": "popup\/popup.html" } } |