WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Recipe Manager

Recipe Manager

View on Chrome Web Store
View Recipe Manager Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Helps you manage your recipes, so you don't ever make the same bad thing twice!
Type
Extension
Users
8 users
2
Owen Oertell & Avaye Dawadi
View author page of Owen Oertell & Avaye Dawadi
Published
Published on May 1, 2020
Version 1.0.1
Manifest version
2
Updated
Updated on May 11, 2020
lifestyle/household
Extension Category
View on Chrome Web Store
View Recipe Manager Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recipe Manager",
    "manifest_version": 2,
    "version": "1.0.1",
    "description": "Helps you manage your recipes, so you don't ever make the same bad thing twice!",
    "icons": {
        "16": "spoon16.png",
        "48": "spoon48.png",
        "128": "spoon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "<all_urls>",
        "tabs",
        "storage",
        "activeTab",
        "notifications"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "spoon.png"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top