RegenerateMe
Take a break from browsing the web and spend a few minutes exercising
什麼是RegenerateMe?
RegenerateMe是由AllanGao開發的Chrome擴展程式,該擴展的主要功能是“Take a break from browsing the web and spend a few minutes exercising”。
擴展截圖
下載RegenerateMe擴展crx文件
下載RegenerateMe擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | RegenerateMe |
ID | ocmmomclmjhlbnpbobdclibkhfiaddao |
官方網址 | https://chromewebstore.google.com/detail/regenerateme/ocmmomclmjhlbnpbobdclibkhfiaddao |
簡介 | Take a break from browsing the web and spend a few minutes exercising |
檔案大小 | 41.46 MB |
安裝次數 | 27 |
目前版本 | 0.0.0.1 |
更新時間 | 2018-04-11 |
上架時間 | 2018-04-11 |
評分 | 5.00/5 共 1 次評分 |
開發者 | AllanGao |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } |