CubeFit Reminders
Balance your work day with standing and sitting.
Co je CubeFit Reminders?
CubeFit Reminders je rozšíření Chrome vyvinuté CubeFit, a jeho hlavní funkcí je „Balance your work day with standing and sitting.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření CubeFit Reminders
Stáhněte si soubory rozšíření CubeFit Reminders ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
The CubeFit Reminders extension allows you to set up reminders to stand or sit at your desk. You also remind yourself to give your eyes a 20 second break from staring at a computer screen. And for those who find themselves entrapped in tasks, you can give yourself a reminder to get up and stretch your legs on a coffee break. There's even an ability to set your own reminders.
Základní Informace o Rozšíření
Název | |
ID | bnemmiklgdolmpnaanahldelacgeemgf |
Oficiální URL | https://chrome.google.com/webstore/detail/cubefit-reminders/bnemmiklgdolmpnaanahldelacgeemgf |
Popis | Balance your work day with standing and sitting. |
Velikost souboru | 926 KB |
Počet instalací | 311 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-09-19 |
Datum Vydání | 2016-09-19 |
Hodnocení | 3.86/5 Celkem 7 Hodnocení |
Vývojář | CubeFit |
Typ Platby | free |
Webové stránky Rozšíření | http://www.getcubefit.com |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CubeFit Reminders", "short_name": "CubeFit Reminders", "description": "Balance your work day with standing and sitting.", "version": "1.0", "minimum_chrome_version": "23", "icons": { "16": "img\/logo_only_16.png", "48": "img\/logo_only_48.png", "128": "img\/logo_only_128.png" }, "background": { "scripts": [ "lib\/moment.min.js", "js\/tasks.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_title": "CubeFit Reminders", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "storage", "alarms", "notifications", "tabs" ] } |