RecipeBox – Save Your Recipes!

Store all your favorite recipes in one place for free.

Τι είναι το RecipeBox – Save Your Recipes!;

Το RecipeBox – Save Your Recipes! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον RecipeBox, και η κύρια λειτουργία του είναι "Store all your favorite recipes in one place for free.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης RecipeBox – Save Your Recipes!

Λήψη αρχείων επέκτασης RecipeBox – Save Your Recipes! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        RecipeBox is the best way to save, store and organize your favorite recipes from all across the web.  With one click, your recipe is saved in your RecipeBox account and accessible on recipebox.com or through the RecipeBox iOS and Android apps.
            
YOUR ENTIRE RECIPE COLLECTION IN ONE PLACE
- Save any recipe that you'd like to cook and access it anytime you need it.
- Manage all of your recipes on recipebox.com or on our iOS and Android apps.
- Build your grocery list and shop online with Walmart, Kroger, Albertsons, and more.
- Categorize your favorite recipes and see all your favorites in one location.                    

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

Όνομα RecipeBox – Save Your Recipes! RecipeBox – Save Your Recipes!
ID fekfpgdgajbfdjkfimainjjhfcfoonlj
Επίσημο URL https://chromewebstore.google.com/detail/recipebox-%E2%80%93-save-your-rec/fekfpgdgajbfdjkfimainjjhfcfoonlj
Περιγραφή Store all your favorite recipes in one place for free.
Μέγεθος Αρχείου 1.01 MB
Αριθμός Εγκαταστάσεων 2,196
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2023-09-27
Ημερομηνία Δημοσίευσης 2022-10-25
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής RecipeBox
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.recipebox.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.recipebox.com/feedback
URL της Σελίδας Πολιτικής Απορρήτου http://www.recipebox.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RecipeBox \u2013 Save Your Recipes!",
    "version": "1.0.4",
    "description": "Store all your favorite recipes in one place for free.",
    "permissions": [
        "storage",
        "tabs",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/api.recipebox.com\/*",
        "*:\/\/*.recipebox.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/images\/get_started16.png",
            "32": "assets\/images\/get_started32.png",
            "48": "assets\/images\/get_started48.png",
            "128": "assets\/images\/get_started128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "assets\/css\/content.css"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "assets\/images\/get_started16.png",
        "32": "assets\/images\/get_started32.png",
        "48": "assets\/images\/get_started48.png",
        "128": "assets\/images\/get_started128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "popup-ios.html",
                "popup-mobile.html",
                "popup-iframe.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "manifest_version": 3
}