WebExtension.net
Toggle dark mode
WebExtension.net

Find The Recipe

View on Chrome Web Store
View Find The Recipe Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
25 views
This extension has been viewed 25 times

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

Find the recipes in the browser action modal or browser address bar.
Type
Extension
Users
10,000 users
2K
VPP Technologies
View author page of VPP Technologies
Published
Published on October 21, 2024
Version 1.15
Manifest version
3
Updated
Updated on November 4, 2024
lifestyle/household
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Find The Recipe 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",
    "action": {
        "default_popup": "html\/popup\/popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "service_worker": "bg.js"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/findtherecipe.com\/favicon.ico",
            "is_default": true,
            "keyword": "search",
            "name": "Web",
            "search_url": "https:\/\/findtherecipe.com\/ext\/search?q={searchTerms}",
            "suggest_url": "https:\/\/findtherecipe.com\/api\/autosug?s={searchTerms}"
        }
    },
    "description": "Find the recipes in the browser action modal or browser address bar.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "search"
    ],
    "host_permissions": [
        "https:\/\/findtherecipe.com\/*"
    ],
    "omnibox": {
        "keyword": "recipes"
    },
    "manifest_version": 3,
    "name": "Find The Recipe",
    "version": "1.15"
}
© 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