Recipe Sources

Search popular recipes in new tab page.

What is Recipe Sources?

Recipe Sources is a Chrome extension developed by melvintaytay23, and its main feature is "Search popular recipes in new tab page.".

Extension Screenshots

screenshot

Download Recipe Sources Extension CRX File

Download Recipe Sources 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

                        Easily get access to all popular recipes search results with Recipe Sources. Enjoy up to 1000’s of Free recipes and web search from one place.

Permissions used & reasons:
"Replace the page you see when opening a new tab"
This allows us to show you our product - new tab page with free web search.

By installing this extension, you agree to the End User License Agreement (https://recipesources.com/terms-of-use/index.html) and Privacy Policy (https://recipesources.com/privacy-policy/index.html)                    

Extension Basic Information

Name Recipe Sources Recipe Sources
ID hdedaehcfnpmpgnpgeiodjjnjplnikch
Official URL https://chromewebstore.google.com/detail/recipe-sources/hdedaehcfnpmpgnpgeiodjjnjplnikch
Description Search popular recipes in new tab page.
File Size 18.06 KB
Installation Count 11,092
Current Version 21.30.1.101
Last Updated 2020-09-11
Publish Date 2020-09-10
Rating 5.00/5 Total 1 Ratings
Developer melvintaytay23
Email [email protected]
Payment Type free
Privacy Policy Page URL https://recipesources.com/privacy-policy/index.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Recipe Sources",
    "version": "21.30.1.101",
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png"
        },
        "default_popup": "html\/popup\/popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "html\/default\/index.html"
    },
    "description": "Search popular recipes in new tab page.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "web_accessible_resources": [
        "*.json",
        "images\/icon16.png",
        "images\/icon128.png"
    ]
}