Freshy Recipes
Manage, View, Save, and Print Recipes using browser extension on New Tab.
Freshy Recipes란 무엇입니까?
Freshy Recipes은(는) Freshy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage, View, Save, and Print Recipes using browser extension on New Tab."입니다.
확장 프로그램 스크린샷
Freshy Recipes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get Recipes in your browser New Tab, the Extension provide easy way to add new recipes in your Cook Book from popular cooking sites. You can manager, view and print instructions from browser New Tab. The extension automatically parse recipes related data such as title, ingredients, instructions, cook time etc and provide easy to read and printable view of your recipe. This extension updates your browser New Tab and provides: - Search, View, Save and Print Recipes - List of Popular Recipes - Add Recipes to Cook Book - Links to TopSites By installing this extension, you agree to the Terms of Service (https://freshyrecipes-site.com/terms-of-service/) and Privacy Policy (https://freshyrecipes-site.com/privacy-policy/) Permissions used & reasons: "Read and change your data on a number of websites" For our extension to work, we require access to these websites we own and manage. "Replace the page you see when opening a new tab" This allows us to show you our product - new tab page. "Read your browsing history" This allows us to manage browser tabs and provide relevant product specific information.
확장 프로그램 기본 정보
이름 | Freshy Recipes |
ID | lkfegegmfppkbbacbpknfiifgbmcdbhl |
공식 URL | https://chromewebstore.google.com/detail/freshy-recipes/lkfegegmfppkbbacbpknfiifgbmcdbhl |
설명 | Manage, View, Save, and Print Recipes using browser extension on New Tab. |
파일 크기 | 42.15 KB |
설치 횟수 | 3,775 |
현재 버전 | 1.21.1018 |
최근 업데이트 | 2021-10-22 |
출시 날짜 | 2021-10-20 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | Freshy |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://freshyrecipes.com/privacy-policy/index.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Freshy Recipes", "short_name": "Recipes", "description": "Manage, View, Save, and Print Recipes using browser extension on New Tab.", "version": "1.21.1018", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "chrome_url_overrides": { "newtab": "newtab\/index.html" }, "background": { "service_worker": "worker.js" }, "action": { "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "default_title": "Freshy Recipes" }, "host_permissions": [ "*:\/\/*.freshyrecipes-api.com\/*" ], "permissions": [ "cookies", "storage", "tabs", "topSites" ], "web_accessible_resources": [ { "resources": [ "\/icons\/16.png" ], "matches": [ "https:\/\/cooking.freshy.com\/*" ] } ], "manifest_version": 3 } |