FitBitKeto

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

O que é FitBitKeto?

FitBitKeto é uma extensão do Chrome desenvolvida por Antonio Cangiano, e sua principal característica é "This extension replaces the sodium column in FitBit's food logger with net carbs for ketogenic and low carb dieters".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FitBitKeto

Baixe arquivos de extensão FitBitKeto no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome FitBitKeto FitBitKeto
ID gkpaagblehjajcbedipoaipnhclecemn
URL Oficial https://chromewebstore.google.com/detail/fitbitketo/gkpaagblehjajcbedipoaipnhclecemn
Descrição This extension replaces the sodium column in FitBit's food logger with net carbs for ketogenic and low carb dieters
Tamanho do Arquivo 38.74 KB
Contagem de Instalações 2,582
Versão Atual 0.2.0
Última Atualização 2014-06-19
Data de Publicação 2014-06-19
Classificação 3.15/5 Total de 74 Avaliações
Desenvolvedor Antonio Cangiano
Tipo de Pagamento free
Idiomas Suportados 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
}