StraightenUp
Remind yourself to keep good posture
Co to jest StraightenUp?
StraightenUp to rozszerzenie Chrome opracowane przez Royserg, a jego główną funkcją jest „Remind yourself to keep good posture”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia StraightenUp
Pobierz pliki rozszerzeń StraightenUp w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cehchbnkbgenjlfnbmkfamfklnngjnnp |
| Oficjalny URL | https://chromewebstore.google.com/detail/straightenup/cehchbnkbgenjlfnbmkfamfklnngjnnp |
| Opis | Remind yourself to keep good posture |
| Rozmiar pliku | 515 KB |
| Liczba instalacji | 19 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2018-08-04 |
| Data Publikacji | 2018-08-04 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Royserg |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |