Recipe Saver Extension

This extension automatically saves a recipe to your Recipe Saver account.

Τι είναι το Recipe Saver Extension;

Το Recipe Saver Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://recipesaver.me, και η κύρια λειτουργία του είναι "This extension automatically saves a recipe to your Recipe Saver account.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Recipe Saver Extension

Λήψη αρχείων επέκτασης Recipe Saver Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Recipe Saver is a no-frills, online journal for your favorite online recipes. No more cluttered bookmarks or having to register countless accounts just to save a few recipes that interest you. 

There are tons of great recipes online, but they're all over the place. Recipe Saver lets you save, consolidate, and organize any recipe no matter where you find it.

Simply click the extension's button to scrape for the current tab's recipe and click "Save Recipe" to send it to your RecipeSaver.me account!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Recipe Saver Extension Recipe Saver Extension
ID opemcijjekbnjccecheklfbflnkoacai
Επίσημο URL https://chrome.google.com/webstore/detail/recipe-saver-extension/opemcijjekbnjccecheklfbflnkoacai
Περιγραφή This extension automatically saves a recipe to your Recipe Saver account.
Μέγεθος Αρχείου 757 KB
Αριθμός Εγκαταστάσεων 1,418
Τρέχουσα Έκδοση 3.0.0.3
Τελευταία Ενημέρωση 2020-09-23
Ημερομηνία Δημοσίευσης 2019-11-18
Αξιολόγηση 3.00/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής http://recipesaver.me
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Recipe Saver Extension",
    "description": "This extension automatically saves a recipe to your Recipe Saver account.",
    "version": "3.0.0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Save recipe"
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/ajax.googleapis.com\/",
        "background"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.recipesaver.me\/*",
                "*:\/\/*.allrecipes.com.au\/*",
                "*:\/\/*.allrecipes.com\/*",
                "*:\/\/*.parade.com\/*",
                "*:\/\/*.cooking.nytimes.com\/*",
                "*:\/\/*.emerils.com\/*",
                "*:\/\/*.food52.com\/*",
                "*:\/\/*.hugsandcookiesxoxo.com\/*",
                "*:\/\/*.recipes.sparkpeople.com\/*",
                "*:\/\/*.smittenkitchen.com\/*",
                "*:\/\/*.tastykitchen.com\/*",
                "*:\/\/*.thepioneerwoman.com\/*",
                "*:\/\/*.jenelizabethsjournals.com\/*",
                "*:\/\/*.whiteonricecouple.com\/*",
                "*:\/\/*.aspicyperspective.com\/*",
                "*:\/\/*.budgetbytes.com\/*",
                "*:\/\/*.chowhound.com\/*",
                "*:\/\/*.cooks.com\/*",
                "*:\/\/*.deliaonline.com\/*",
                "*:\/\/*.finecooking.com\/*",
                "*:\/\/*.foodrepublic.com\/*",
                "*:\/\/*.geniuskitchen.com\/*",
                "*:\/\/*.forkly.com\/*",
                "*:\/\/*.inspiredtaste.net\/*",
                "*:\/\/*.jamieoliver.com\/*",
                "*:\/\/*.justataste.com\/*",
                "*:\/\/*.kingarthurflour.com\/*",
                "*:\/\/*.myfoodandfamily.com\/*",
                "*:\/\/*.laaloosh.com\/*",
                "*:\/\/*.marthastewart.com\/*",
                "*:\/\/*.marthastewart.com\/*",
                "*:\/\/*.mrfood.com\/*",
                "*:\/\/*.pauladeen.com\/*",
                "*:\/\/*.ricekrispies.com\/*",
                "*:\/\/*.seriouseats.com\/*",
                "*:\/\/*.simplyrecipes.com\/*",
                "*:\/\/*.sixsistersstuff.com\/*",
                "*:\/\/*.skinnytaste.com\/*",
                "*:\/\/*.taste.com.au\/*",
                "*:\/\/*.tasteofhome.com\/*",
                "*:\/\/*.the-girl-who-ate-everything.com\/*",
                "*:\/\/*.themediterraneandish.com\/*",
                "*:\/\/*.thereciperebel.com\/*",
                "*:\/\/*.thespruceeats.com\/*",
                "*:\/\/*.twopeasandtheirpod.com\/*",
                "*:\/\/*.vegetariantimes.com\/*",
                "*:\/\/*.weightwatchers.com\/*",
                "*:\/\/*.wholefoodsmarket.com\/*",
                "*:\/\/*.williams-sonoma.com\/*",
                "*:\/\/*.foodnetwork.com\/*",
                "*:\/\/*.foodnetwork.ca\/*",
                "*:\/\/*.yummly.com\/*",
                "*:\/\/*.bonappetit.com\/*",
                "*:\/\/*.epicurious.com\/*",
                "*:\/\/*.bettycrocker.com\/*",
                "*:\/\/*.pillsbury.com\/*",
                "*:\/\/*.tablespoon.com\/*",
                "*:\/\/*.countryliving.com\/*",
                "*:\/\/*.delish.com\/*",
                "*:\/\/*.esquire.com\/*",
                "*:\/\/*.goodhousekeeping.com\/*",
                "*:\/\/*.womansday.com\/*",
                "*:\/\/*.bhg.com\/*",
                "*:\/\/*.eatingwell.com\/*",
                "*:\/\/*.rachaelraymag.com\/*",
                "*:\/\/*.cookingchanneltv.com\/*",
                "*:\/\/*.cookinglight.com\/*",
                "*:\/\/*.myrecipes.com\/*",
                "*:\/\/*.foodandwine.com\/*",
                "*:\/\/*.health.com\/*",
                "*:\/\/*.realsimple.com\/*",
                "*:\/\/*.southernliving.com\/*",
                "*:\/\/*.tasty.co\/*",
                "*:\/\/*.hellofresh.com\/*",
                "*:\/\/*.thekitchn.com\/*",
                "*:\/\/*.bbc.com\/*",
                "*:\/\/*.wellplated.com\/*",
                "*:\/\/*.pinchofyum.com\/*",
                "*:\/\/*.traderjoes.co\/*"
            ],
            "js": [
                "jquery-1.11.2.min.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "scraper\/integrations.js"
    ]
}