Recipe Sources

Search popular recipes in new tab page.

什麼是Recipe Sources?

Recipe Sources是由melvintaytay23開發的Chrome擴展程式,該擴展的主要功能是“Search popular recipes in new tab page.”。

擴展截圖

screenshot

下載Recipe Sources擴展crx文件

下載Recipe Sources擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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)                    

擴展基本資訊

名稱 Recipe Sources Recipe Sources
ID hdedaehcfnpmpgnpgeiodjjnjplnikch
官方網址 https://chromewebstore.google.com/detail/recipe-sources/hdedaehcfnpmpgnpgeiodjjnjplnikch
簡介 Search popular recipes in new tab page.
檔案大小 18.06 KB
安裝次數 11,092
目前版本 21.30.1.101
更新時間 2020-09-11
上架時間 2020-09-10
評分 5.00/5 共 1 次評分
開發者 melvintaytay23
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://recipesources.com/privacy-policy/index.html
支援的語言 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"
    ]
}