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 |
官方網址 | 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" ] } |