All Best Recipes

All Best Recipes replaces your new tab with quick recipe search with sponsored web search.

什麼是All Best Recipes?

All Best Recipes是由All Best Recipes開發的Chrome擴展程式,該擴展的主要功能是“All Best Recipes replaces your new tab with quick recipe search with sponsored web search.”。

擴展截圖

screenshot

下載All Best Recipes擴展crx文件

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

擴展使用說明

                        All Best Recipes new tab features Recipe Search, Weather, Yahoo Web Search, Custom Shortcuts with the Date/Time.

The Installation of this extension will configure your New Tab Page to All Best Recipes. All Best Recipes extension is all you need to start browsing with quick access to our best recipes & web search.

Permissions we request:

New Tab:
This permission allows the extension to replace the page you see when opening a new tab

Privacy Policy: https://besteasyrecipes.net/pages/privacy.html
EULA: https://besteasyrecipes.net/pages/eula.html

Uninstall Instructions: 
https://besteasyrecipes.net/pages/uninstall.html                    

擴展基本資訊

名稱 All Best Recipes All Best Recipes
ID hgcchfenipapcljbhflknmmfbaaibekj
官方網址 https://chromewebstore.google.com/detail/all-best-recipes/hgcchfenipapcljbhflknmmfbaaibekj
簡介 All Best Recipes replaces your new tab with quick recipe search with sponsored web search.
檔案大小 1.29 MB
安裝次數 47,639
目前版本 1.0.1
更新時間 2023-01-11
上架時間 2022-05-01
開發者 All Best Recipes
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://besteasyrecipes.net/pages/privacy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "manifest_version": 3,
    "short_name": "All Best Recipes",
    "description": "All Best Recipes replaces your new tab with quick recipe search with sponsored web search.",
    "name": "All Best Recipes",
    "background": {
        "service_worker": "service_worker.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.json",
                "favicon.ico"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}