Recipe adapter
Adapt online recipes to the number of servings you want.
Recipe adapter là gì?
Recipe adapter là một tiện ích mở rộng Chrome được phát triển bởi inad9300, và tính năng chính của nó là "Adapt online recipes to the number of servings you want.".
Ả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 adapter
Tải xuống các tệp mở rộng Recipe adapter 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
Recipe adapter lets you change the quantities of the ingredients of recipes you find on the web. This way you can adjust them to the number of people you expect for dinner, or enjoy your lonely meal accurately. To use it, click the extension's icon, select the list of ingredients, and modify any of the quantities that got trapped inside the selection. Changing any of them will transform all the others proportionally. If you liked the extension and want to support it with a small contribution, please go to buymeacoff.ee/wu6S9Ob0k If you would like to contribute to the project, visit https://github.com/inad9300/recipe-adapter
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Recipe adapter |
ID | milammgjlcmebbiiikmbfjjlcjepdilg |
URL Chính Thức | https://chromewebstore.google.com/detail/recipe-adapter/milammgjlcmebbiiikmbfjjlcjepdilg |
Mô tả | Adapt online recipes to the number of servings you want. |
Kích Thước Tệp | 88.27 KB |
Số Lần Cài Đặt | 49 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2019-09-13 |
Ngày Phát Hành | 2019-09-13 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | inad9300 |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/inad9300/recipe-adapter |
Ngôn Ngữ Được Hỗ Trợ | en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_app_title__", "version": "1.3", "description": "__MSG_app_desc__", "default_locale": "en", "browser_action": { "default_title": "__MSG_app_title__", "default_icon": "icon\/16.png" }, "icons": { "16": "icon\/16.png", "19": "icon\/19.png", "24": "icon\/24.png", "32": "icon\/32.png", "38": "icon\/38.png", "48": "icon\/48.png", "64": "icon\/64.png", "96": "icon\/96.png", "128": "icon\/128.png", "256": "icon\/256.png", "512": "icon\/512.png" }, "web_accessible_resources": [ "main.css" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ] } |