Recipe Nutrition Calculator
Get instant nutrition on recipes from top recipe sites, blogs, and more!
What is Recipe Nutrition Calculator?
Recipe Nutrition Calculator is a Chrome extension developed by https://getrecipenutrition.com, and its main feature is "Get instant nutrition on recipes from top recipe sites, blogs, and more!".
Extension Screenshots
Download Recipe Nutrition Calculator Extension CRX File
Download Recipe Nutrition Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The recipe nutrition calculator gives you instant nutritional information across dozens of popular recipe sites, blogs, and more! You can also paste ingredients quantities in the extension and it'll provide an estimate.
Extension Basic Information
Name | Recipe Nutrition Calculator |
ID | khfoofiaggfpmefgbfaghgnnpembfbnh |
Official URL | https://chromewebstore.google.com/detail/recipe-nutrition-calculat/khfoofiaggfpmefgbfaghgnnpembfbnh |
Description | Get instant nutrition on recipes from top recipe sites, blogs, and more! |
File Size | 1.32 MB |
Installation Count | 295 |
Current Version | 1.4 |
Last Updated | 2021-06-29 |
Publish Date | 2021-06-08 |
Rating | 5.00/5 Total 12 Ratings |
Developer | https://getrecipenutrition.com |
[email protected] | |
Payment Type | free |
Extension Website | http://getrecipenutrition.com/ |
Help Page URL | http://getrecipenutrition.com/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Recipe Nutrition Calculator", "version": "1.4", "description": "Get instant nutrition on recipes from top recipe sites, blogs, and more! ", "manifest_version": 2, "permissions": [ "tabs", "activeTab", "*:\/\/*\/*" ], "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "background": { "scripts": [ "assets\/mustache.min.js", "assets\/ga.js", "background.js", "runtime.js" ] }, "browser_action": { "default_popup": "index.html" } } |