Daily Feast Recipe
This extension allows you to find popular recipes in new tab page.
什麼是Daily Feast Recipe?
Daily Feast Recipe是由Vanity Fair Media開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to find popular recipes in new tab page.”。
擴展截圖
下載Daily Feast Recipe擴展crx文件
下載Daily Feast Recipe擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easy and quick access to all popular recipes results with Daily Feast Recipe extension. Enjoy up to 1000’s of Free recipes and web search from one place. This Chrome™ new tab extension resets your new tab page with a recipes finder tool and custom web search. Permissions used "Replace the page you see when opening a new tab" By installing this extension, you agree to the End User License Agreement (https://dailyfeastrecipe.com/terms-of-service/index.html) and Privacy Policy (https://dailyfeastrecipe.com/privacy-policy/index.html)
擴展基本資訊
名稱 | |
ID | bnggmdgjgmpipklopejnfekojkgbcfnc |
官方網址 | https://chromewebstore.google.com/detail/daily-feast-recipe/bnggmdgjgmpipklopejnfekojkgbcfnc |
簡介 | This extension allows you to find popular recipes in new tab page. |
檔案大小 | 12.93 KB |
安裝次數 | 11,038 |
目前版本 | 71.60.90.102 |
更新時間 | 2022-09-28 |
上架時間 | 2020-10-20 |
開發者 | Vanity Fair Media |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://dailyfeastrecipe.com/privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "bg.js" }, "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": "This extension allows you to find popular recipes in new tab page.", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "manifest_version": 3, "name": "Daily Feast Recipe", "version": "71.60.90.102" } |