FitBitKeto

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

Qu'est-ce que FitBitKeto ?

FitBitKeto est une extension Chrome développée par Antonio Cangiano, et sa fonction principale est "This extension replaces the sodium column in FitBit's food logger with net carbs for ketogenic and low carb dieters".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FitBitKeto

Téléchargez les fichiers d'extension FitBitKeto 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

                        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.                    

Informations de Base sur l'Extension

Nom FitBitKeto FitBitKeto
ID gkpaagblehjajcbedipoaipnhclecemn
URL Officiel https://chromewebstore.google.com/detail/fitbitketo/gkpaagblehjajcbedipoaipnhclecemn
Description This extension replaces the sodium column in FitBit's food logger with net carbs for ketogenic and low carb dieters
Taille du Fichier 38.74 KB
Nombre d'Installations 2,582
Version Actuelle 0.2.0
Dernière Mise à Jour 2014-06-19
Date de Publication 2014-06-19
Évaluation 3.15/5 Total 74 Évaluations
Développeur Antonio Cangiano
Type de Paiement free
Langues Prises en Charge 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
}