FitBitKeto

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

Co to jest FitBitKeto?

FitBitKeto to rozszerzenie Chrome opracowane przez Antonio Cangiano, a jego główną funkcją jest „This extension replaces the sodium column in FitBit's food logger with net carbs for ketogenic and low carb dieters”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia FitBitKeto

Pobierz pliki rozszerzeń FitBitKeto w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa FitBitKeto FitBitKeto
ID gkpaagblehjajcbedipoaipnhclecemn
Oficjalny URL https://chromewebstore.google.com/detail/fitbitketo/gkpaagblehjajcbedipoaipnhclecemn
Opis This extension replaces the sodium column in FitBit's food logger with net carbs for ketogenic and low carb dieters
Rozmiar pliku 38.74 KB
Liczba instalacji 2,582
Aktualna Wersja 0.2.0
Ostatnia Aktualizacja 2014-06-19
Data Publikacji 2014-06-19
Ocena 3.15/5 Łącznie 74 Oceny
Deweloper Antonio Cangiano
Typ Płatności free
Obsługiwane Języki 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
}