RecipeBox – Save Your Recipes!

Store all your favorite recipes in one place for free.

What is RecipeBox – Save Your Recipes!?

RecipeBox – Save Your Recipes! is a Chrome extension developed by RecipeBox, and its main feature is "Store all your favorite recipes in one place for free.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download RecipeBox – Save Your Recipes! Extension CRX File

Download RecipeBox – Save Your Recipes! 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

                        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.                    

Extension Basic Information

Name RecipeBox – Save Your Recipes! RecipeBox – Save Your Recipes!
ID fekfpgdgajbfdjkfimainjjhfcfoonlj
Official URL https://chromewebstore.google.com/detail/recipebox-%E2%80%93-save-your-rec/fekfpgdgajbfdjkfimainjjhfcfoonlj
Description Store all your favorite recipes in one place for free.
File Size 1.01 MB
Installation Count 2,196
Current Version 1.0.4
Last Updated 2023-09-27
Publish Date 2022-10-25
Rating 3.00/5 Total 2 Ratings
Developer RecipeBox
Email [email protected]
Payment Type free
Extension Website https://www.recipebox.com
Help Page URL https://www.recipebox.com/feedback
Privacy Policy Page URL http://www.recipebox.com/privacy
Supported Languages 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
}