Stand Up! Timer
This extension reminds you to take a break from work.
Stand Up! Timer là gì?
Stand Up! Timer là một tiện ích mở rộng Chrome được phát triển bởi Erfan Norozi, và tính năng chính của nó là "This extension reminds you to take a break from work.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Stand Up! Timer
Tải xuống các tệp mở rộng Stand Up! Timer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Stand Up! Timer |
ID | aamiggfhbebkpbknadfkelphhmkhmdcf |
URL Chính Thức | https://chromewebstore.google.com/detail/stand-up-timer/aamiggfhbebkpbknadfkelphhmkhmdcf |
Mô tả | This extension reminds you to take a break from work. |
Kích Thước Tệp | 103 KB |
Số Lần Cài Đặt | 4,794 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2015-03-04 |
Ngày Phát Hành | 2015-03-03 |
Đánh Giá | 3.20/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | Erfan Norozi |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |