FitBitKeto
This extension replaces the sodium column in FitBit's food logger with net carbs for ketogenic and low carb dieters
什么是FitBitKeto?
FitBitKeto是由Antonio Cangiano开发的Chrome扩展程序,该扩展的主要功能是“This extension replaces the sodium column in FitBit's food logger with net carbs for ketogenic and low carb dieters”。
扩展截图
下载FitBitKeto扩展crx文件
下载FitBitKeto扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | FitBitKeto |
ID | gkpaagblehjajcbedipoaipnhclecemn |
官方URL | https://chromewebstore.google.com/detail/fitbitketo/gkpaagblehjajcbedipoaipnhclecemn |
简介 | This extension replaces the sodium column in FitBit's food logger with net carbs for ketogenic and low carb dieters |
文件大小 | 38.74 KB |
安装次数 | 2,582 |
当前版本 | 0.2.0 |
更新时间 | 2014-06-19 |
上架时间 | 2014-06-19 |
评分 | 3.15/5 共74次评分 |
开发者 | Antonio Cangiano |
付费类型 | free |
支持的语言 | 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 } |