Recipe Nutrition Calculator

Get instant nutrition on recipes from top recipe sites, blogs, and more!

Hvad er Recipe Nutrition Calculator?

Recipe Nutrition Calculator er en Chrome-udvidelse udviklet af https://getrecipenutrition.com, og dens hovedfunktion er "Get instant nutrition on recipes from top recipe sites, blogs, and more!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Recipe Nutrition Calculator-udvidelses-CRX-fil

Download Recipe Nutrition Calculator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Recipe Nutrition Calculator Recipe Nutrition Calculator
ID khfoofiaggfpmefgbfaghgnnpembfbnh
Officiel URL https://chromewebstore.google.com/detail/recipe-nutrition-calculat/khfoofiaggfpmefgbfaghgnnpembfbnh
Beskrivelse Get instant nutrition on recipes from top recipe sites, blogs, and more!
Filstørrelse 1.32 MB
Antal Installationer 295
Nuværende Version 1.4
Senest Opdateret 2021-06-29
Udgivelsesdato 2021-06-08
Bedømmelse 5.00/5 Samlet 12 Bedømmelser
Udvikler https://getrecipenutrition.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://getrecipenutrition.com/
Hjælpeside-URL http://getrecipenutrition.com/
Understøttede Sprog 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"
    }
}