Yumprint
Save recipes from anywhere
Yumprint란 무엇입니까?
Yumprint은(는) https://yumprint.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save recipes from anywhere"입니다.
확장 프로그램 스크린샷
Yumprint 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Yumprint is a food experience as unique as you. Save, share, and organize recipes from your favorite food blogs and recipe sites. Explore your friends' cookbooks, and create your own. Keep track of what you love by rating and reviewing recipes. Share your recipes with friends and family.
확장 프로그램 기본 정보
이름 | Yumprint |
ID | nboinfelnglhdhgchcmomigiddalpjka |
공식 URL | https://chromewebstore.google.com/detail/yumprint/nboinfelnglhdhgchcmomigiddalpjka |
설명 | Save recipes from anywhere |
파일 크기 | 566 KB |
설치 횟수 | 7,663 |
현재 버전 | 1.2.0.0 |
최근 업데이트 | 2015-02-06 |
출시 날짜 | 2015-02-06 |
평점 | 4.13/5 총 91 개의 평점 |
개발자 | https://yumprint.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://yumprint.com/extension |
도움말 페이지 URL | http://yumprint.com/extension |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Yumprint", "version": "1.2.0.0", "description": "Save recipes from anywhere", "background": { "scripts": [ "scripts\/background.js" ] }, "web_accessible_resources": [ "images\/down.png", "images\/left.png", "images\/loading.gif", "images\/logo.png", "images\/logo-test.png", "images\/resize.png", "images\/right.png", "images\/up.png", "images\/x.png", "images\/facebook-f.png", "images\/loading-gray.gif", "images\/noimage.png", "icons\/icon-16.png", "stylesheets\/ui.css" ], "homepage_url": "http:\/\/yumprint.com", "permissions": [ "*:\/\/*\/", "tabs" ], "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "scripts\/classify.js" ], "run_at": "document_start" } ], "browser_action": { "default_icon": "icons\/icon-16.png", "default_title": "Yumprint" } } |