FitBitKeto

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

Hvad er FitBitKeto?

FitBitKeto er en Chrome-udvidelse udviklet af Antonio Cangiano, og dens hovedfunktion er "This extension replaces the sodium column in FitBit's food logger with net carbs for ketogenic and low carb dieters".

Udvidelsesskærmbilleder

screenshot

Download FitBitKeto-udvidelses-CRX-fil

Download FitBitKeto-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn FitBitKeto FitBitKeto
ID gkpaagblehjajcbedipoaipnhclecemn
Officiel URL https://chromewebstore.google.com/detail/fitbitketo/gkpaagblehjajcbedipoaipnhclecemn
Beskrivelse This extension replaces the sodium column in FitBit's food logger with net carbs for ketogenic and low carb dieters
Filstørrelse 38.74 KB
Antal Installationer 2,582
Nuværende Version 0.2.0
Senest Opdateret 2014-06-19
Udgivelsesdato 2014-06-19
Bedømmelse 3.15/5 Samlet 74 Bedømmelser
Udvikler Antonio Cangiano
Betalingsmetode free
Understøttede Sprog 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
}