Daily Feast Recipe
This extension allows you to find popular recipes in new tab page.
Daily Feast Recipe là gì?
Daily Feast Recipe là một tiện ích mở rộng Chrome được phát triển bởi Vanity Fair Media, và tính năng chính của nó là "This extension allows you to find popular recipes in new tab page.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Daily Feast Recipe
Tải xuống các tệp mở rộng Daily Feast Recipe dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bnggmdgjgmpipklopejnfekojkgbcfnc |
URL Chính Thức | https://chromewebstore.google.com/detail/daily-feast-recipe/bnggmdgjgmpipklopejnfekojkgbcfnc |
Mô tả | This extension allows you to find popular recipes in new tab page. |
Kích Thước Tệp | 12.93 KB |
Số Lần Cài Đặt | 11,038 |
Phiên Bản Hiện Tại | 71.60.90.102 |
Cập Nhật Lần Cuối | 2022-09-28 |
Ngày Phát Hành | 2020-10-20 |
Nhà Phát Triển | Vanity Fair Media |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://dailyfeastrecipe.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |