RegenerateMe
Take a break from browsing the web and spend a few minutes exercising
Cos'è RegenerateMe?
RegenerateMe è un'estensione di Chrome sviluppata da AllanGao, e la sua funzione principale è "Take a break from browsing the web and spend a few minutes exercising".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RegenerateMe
Scarica i file di estensione RegenerateMe in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | ocmmomclmjhlbnpbobdclibkhfiaddao |
| URL Ufficiale | https://chromewebstore.google.com/detail/regenerateme/ocmmomclmjhlbnpbobdclibkhfiaddao |
| Descrizione | Take a break from browsing the web and spend a few minutes exercising |
| Dimensione del File | 41.46 MB |
| Conteggio Installazioni | 27 |
| Versione Corrente | 0.0.0.1 |
| Ultimo Aggiornamento | 2018-04-11 |
| Data di Pubblicazione | 2018-04-11 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | AllanGao |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |