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
公式URL 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
Eメール [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"
    ]
}