Recipe Sources
Search popular recipes in new tab page.
Recipe Sources là gì?
Recipe Sources là một tiện ích mở rộng Chrome được phát triển bởi melvintaytay23, và tính năng chính của nó là "Search 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 Recipe Sources
Tải xuống các tệp mở rộng Recipe Sources 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
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Recipe Sources |
ID | hdedaehcfnpmpgnpgeiodjjnjplnikch |
URL Chính Thức | https://chromewebstore.google.com/detail/recipe-sources/hdedaehcfnpmpgnpgeiodjjnjplnikch |
Mô tả | Search popular recipes in new tab page. |
Kích Thước Tệp | 18.06 KB |
Số Lần Cài Đặt | 11,092 |
Phiên Bản Hiện Tại | 21.30.1.101 |
Cập Nhật Lần Cuối | 2020-09-11 |
Ngày Phát Hành | 2020-09-10 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | melvintaytay23 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://recipesources.com/privacy-policy/index.html |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |