StraightenUp
Remind yourself to keep good posture
Wat is StraightenUp?
StraightenUp is een Chrome-extensie ontwikkeld door Royserg, en de belangrijkste functie is "Remind yourself to keep good posture".
Extensie Screenshots
Download het CRX-bestand van de extensie StraightenUp
Download StraightenUp-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extension provides functionality to setup a timer that reminds a user about straightening up back in chosen interval. Goal of this app is to help everyone maintain a good posture while using a browser.
It is common that we forget to properly sit in front of the PC, even hours with poor posture, bent back which only results in further pain and creates a habbit of staying in that position. Basisinformatie over de Extensie
| Naam | |
| ID | cehchbnkbgenjlfnbmkfamfklnngjnnp |
| Officiële URL | https://chromewebstore.google.com/detail/straightenup/cehchbnkbgenjlfnbmkfamfklnngjnnp |
| Beschrijving | Remind yourself to keep good posture |
| Bestandsgrootte | 515 KB |
| Aantal Installaties | 19 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2018-08-04 |
| Publicatiedatum | 2018-08-04 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Royserg |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "StraightenUp",
"description": "Remind yourself to keep good posture",
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"version": "1.1",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "assets\/icon16.png",
"default_popup": "popup.html"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "MacCtrl+Shift+F"
},
"description": "Opens index.html"
}
},
"permissions": [
"notifications",
"storage"
]
} | |