CubeFit Reminders

Balance your work day with standing and sitting.

¿Qué es CubeFit Reminders?

CubeFit Reminders es una extensión de Chrome desarrollada por CubeFit, y su función principal es "Balance your work day with standing and sitting.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión CubeFit Reminders

Descarga archivos de extensión CubeFit Reminders en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre CubeFit Reminders CubeFit Reminders
ID bnemmiklgdolmpnaanahldelacgeemgf
URL Oficial https://chrome.google.com/webstore/detail/cubefit-reminders/bnemmiklgdolmpnaanahldelacgeemgf
Descripción Balance your work day with standing and sitting.
Tamaño del Archivo 926 KB
Cantidad de Instalaciones 311
Versión Actual 1.0
Última Actualización 2016-09-19
Fecha de Publicación 2016-09-19
Calificación 3.86/5 Total de 7 Calificaciones
Desarrollador CubeFit
Tipo de Pago free
Sitio Web de la Extensión http://www.getcubefit.com
Idiomas Soportados 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"
    ]
}