CubeFit Reminders
Balance your work day with standing and sitting.
Qu'est-ce que CubeFit Reminders ?
CubeFit Reminders est une extension Chrome développée par CubeFit, et sa fonction principale est "Balance your work day with standing and sitting.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CubeFit Reminders
Téléchargez les fichiers d'extension CubeFit Reminders au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | bnemmiklgdolmpnaanahldelacgeemgf |
URL Officiel | https://chrome.google.com/webstore/detail/cubefit-reminders/bnemmiklgdolmpnaanahldelacgeemgf |
Description | Balance your work day with standing and sitting. |
Taille du Fichier | 926 KB |
Nombre d'Installations | 311 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-09-19 |
Date de Publication | 2016-09-19 |
Évaluation | 3.86/5 Total 7 Évaluations |
Développeur | CubeFit |
Type de Paiement | free |
Site Web de l'Extension | http://www.getcubefit.com |
Langues Prises en Charge | 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" ] } |