FitBitKeto

This extension replaces the sodium column in FitBit's food logger with net carbs for ketogenic and low carb dieters

¿Qué es FitBitKeto?

FitBitKeto es una extensión de Chrome desarrollada por Antonio Cangiano, y su función principal es "This extension replaces the sodium column in FitBit's food logger with net carbs for ketogenic and low carb dieters".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión FitBitKeto

Descarga archivos de extensión FitBitKeto 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

                        FitBit.com doesn't display net carbs in the Logged Food section of their website. Keto dieters (i.e., people on a ketogenic diet)  and low carb enthusiasts in general prefer to see the net carb amount (i.e., Total Carbohydrates - Fiber) instead of the total amount of carbs.

This extension replaces the Sodium column with Net Carbs in the Log Food page on the FitBit.com site.

Limitations: This initial version does not display net carbs in the Premium food report section. It's a limitation I'd like to fix in the future.

Disclaimer: I'm not affiliated in any way with FitBit.com. The FitBit logo is copyright of FitBit, Inc.

Credit: This extension was heavily inspired by, and simply adapted from, FitBitPS by DRye. That extension is pretty useful if you are on diets such as Weight Watchers.                    

Información Básica de la Extensión

Nombre FitBitKeto FitBitKeto
ID gkpaagblehjajcbedipoaipnhclecemn
URL Oficial https://chromewebstore.google.com/detail/fitbitketo/gkpaagblehjajcbedipoaipnhclecemn
Descripción This extension replaces the sodium column in FitBit's food logger with net carbs for ketogenic and low carb dieters
Tamaño del Archivo 38.74 KB
Cantidad de Instalaciones 2,582
Versión Actual 0.2.0
Última Actualización 2014-06-19
Fecha de Publicación 2014-06-19
Calificación 3.15/5 Total de 74 Calificaciones
Desarrollador Antonio Cangiano
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "thirdparty\/jquery-2.1.1.min.js",
                "source\/content_carbs.js"
            ],
            "matches": [
                "https:\/\/www.fitbit.com\/foods\/log*"
            ]
        }
    ],
    "description": "This extension replaces the sodium column in FitBit's food logger with net carbs for ketogenic and low carb dieters",
    "icons": {
        "128": "images\/logo.png",
        "16": "images\/logo-16.png",
        "48": "images\/logo-48.png"
    },
    "name": "FitBitKeto",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.0",
    "manifest_version": 2
}