MicroBreak
Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for long periods is a factor in early death.
Vad är MicroBreak?
MicroBreak är en Chrome-tillägg utvecklad av https://seankim.tech, och dess huvudfunktion är "Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for long periods is a factor in early death.".
Tilläggsskärmbilder
Ladda ner MicroBreak-förlängningens CRX-fil
Ladda ner MicroBreak-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for excessively long periods of time is a risk factor for early death. Grundläggande Information om Tillägg
| Namn | |
| ID | ggnhlgpbddbpcgpcngkjapocmiljpblp |
| Officiell webbadress | https://chromewebstore.google.com/detail/microbreak/ggnhlgpbddbpcgpcngkjapocmiljpblp |
| Beskrivning | Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for long periods is a factor in early death. |
| Filstorlek | 11.49 KB |
| Antal Installationer | 90 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2018-02-23 |
| Publiceringsdatum | 2018-02-22 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://seankim.tech |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MicroBreak",
"description": "Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for long periods is a factor in early death.",
"version": "1.0",
"manifest_version": 2,
"permissions": [
"notifications"
],
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"web_accessible_resources": [
"48.png"
]
} | |