Recipe adapter
Adapt online recipes to the number of servings you want.
Recipe adapter란 무엇입니까?
Recipe adapter은(는) inad9300에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adapt online recipes to the number of servings you want."입니다.
확장 프로그램 스크린샷
Recipe adapter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Recipe adapter |
ID | milammgjlcmebbiiikmbfjjlcjepdilg |
공식 URL | https://chromewebstore.google.com/detail/recipe-adapter/milammgjlcmebbiiikmbfjjlcjepdilg |
설명 | Adapt online recipes to the number of servings you want. |
파일 크기 | 88.27 KB |
설치 횟수 | 49 |
현재 버전 | 1.3 |
최근 업데이트 | 2019-09-13 |
출시 날짜 | 2019-09-13 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | inad9300 |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/inad9300/recipe-adapter |
지원되는 언어 | 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:\/\/*\/*" ] } |