RegenerateMe
Take a break from browsing the web and spend a few minutes exercising
RegenerateMe là gì?
RegenerateMe là một tiện ích mở rộng Chrome được phát triển bởi AllanGao, và tính năng chính của nó là "Take a break from browsing the web and spend a few minutes exercising".
Ả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 RegenerateMe
Tải xuống các tệp mở rộng RegenerateMe 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
The goal of this extension is to provide users an accessible way to take a break from long browsing sessions. Users are given four exercise options (push-up, crunch, plank, and squat) to choose from and time their exercise and break periods. It's too easy to fall into a sedentary lifestyle. Make sure to get up every couple hours to move around and get in a brief workout!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RegenerateMe |
ID | ocmmomclmjhlbnpbobdclibkhfiaddao |
URL Chính Thức | https://chromewebstore.google.com/detail/regenerateme/ocmmomclmjhlbnpbobdclibkhfiaddao |
Mô tả | Take a break from browsing the web and spend a few minutes exercising |
Kích Thước Tệp | 41.46 MB |
Số Lần Cài Đặt | 27 |
Phiên Bản Hiện Tại | 0.0.0.1 |
Cập Nhật Lần Cuối | 2018-04-11 |
Ngày Phát Hành | 2018-04-11 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | AllanGao |
[email protected] | |
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": "RegenerateMe", "description": "Take a break from browsing the web and spend a few minutes exercising", "version": "0.0.0.1", "browser_action": { "default_icon": { "16": "media\/images\/icon16.png", "32": "media\/images\/icon32.png", "48": "media\/images\/icon48.png", "128": "media\/images\/icon128.png" }, "default_title": "RegenerateMe" }, "background": { "scripts": [ "pomodoroState.js", "breakState.js", "moment.js", "background.js" ], "persistent": false }, "permissions": [ "notifications" ] } |