Recipe Nutrition Calculator
Get instant nutrition on recipes from top recipe sites, blogs, and more!
Wat is Recipe Nutrition Calculator?
Recipe Nutrition Calculator is een Chrome-extensie ontwikkeld door https://getrecipenutrition.com, en de belangrijkste functie is "Get instant nutrition on recipes from top recipe sites, blogs, and more!".
Extensie Screenshots
Download het CRX-bestand van de extensie Recipe Nutrition Calculator
Download Recipe Nutrition Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Recipe Nutrition Calculator |
ID | khfoofiaggfpmefgbfaghgnnpembfbnh |
Officiële URL | https://chromewebstore.google.com/detail/recipe-nutrition-calculat/khfoofiaggfpmefgbfaghgnnpembfbnh |
Beschrijving | Get instant nutrition on recipes from top recipe sites, blogs, and more! |
Bestandsgrootte | 1.32 MB |
Aantal Installaties | 295 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2021-06-29 |
Publicatiedatum | 2021-06-08 |
Beoordeling | 5.00/5 Totaal 12 Beoordelingen |
Ontwikkelaar | https://getrecipenutrition.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://getrecipenutrition.com/ |
Help Pagina-URL | http://getrecipenutrition.com/ |
Ondersteunde Talen | 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" } } |