Recipenote
Store a recipe from recipe sites to Evernote in pretty format
Recipenote란 무엇입니까?
Recipenote은(는) andymatsubara에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Store a recipe from recipe sites to Evernote in pretty format"입니다.
확장 프로그램 스크린샷
Recipenote 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension stores pretty formatted recipes from recipe sites to Evernote. Currently supports food.com and allrecipes.com for English recipes. And I will support more sites. To use it is simple. Right click in the recipe page and click "recipe to Evernote". Then a popup shows the title, main photo, suggested notebook, and suggested tags. Click OK, and it's done. You can change colors and page width in the options page. narrowing width will be good for browsing in small devices like iPhone.
확장 프로그램 기본 정보
이름 | |
ID | odldbjilfmgamgdilnpeobiechnaepal |
공식 URL | https://chrome.google.com/webstore/detail/recipenote/odldbjilfmgamgdilnpeobiechnaepal |
설명 | Store a recipe from recipe sites to Evernote in pretty format |
파일 크기 | 206 KB |
설치 횟수 | 447 |
현재 버전 | 0.300 |
최근 업데이트 | 2017-08-02 |
출시 날짜 | 2017-08-02 |
평점 | 2.78/5 총 9 개의 평점 |
개발자 | andymatsubara |
결제 유형 | free |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "0.300", "options_page": "popup.html", "permissions": [ "contextMenus", "tabs" ], "icons": { "16": "icon16.png", "48": "icon48.png" }, "content_scripts": [ { "matches": [ "*:\/\/cookpad.com\/*", "*:\/\/recipe.rakuten.co.jp\/*", "*:\/\/www.tbs.co.jp\/hanamaru\/recipe\/*", "*:\/\/allabout.co.jp\/gm\/gc\/*", "*:\/\/www.ajinomoto.co.jp\/recipe\/*", "*:\/\/recipes.yahoo.co.jp\/*", "*:\/\/erecipe.woman.excite.co.jp\/*", "*:\/\/recipe.gnavi.co.jp\/recipe\/*", "*:\/\/www.bob-an.com\/*", "*:\/\/www.kikkoman.co.jp\/homecook\/*", "*:\/\/www.lettuceclub.net\/recipe\/*", "*:\/\/www.ntv.co.jp\/3min\/recipe\/*", "*:\/\/www.bh-recipe.jp\/recipe\/*", "*:\/\/www.jamieoliver.com\/recipes\/*", "*:\/\/www.foodnetwork.com\/*", "*:\/\/www.myrecipes.com\/*", "*:\/\/www.marthastewart.com\/*", "*:\/\/allrecipes.com\/recipe\/*", "*:\/\/*.food.com\/recipe\/*" ], "js": [ "jquery-1.7.2.min.js", "content_script.js", "noteit.min.js", "jsrender.js", "sites_data.js" ], "run_at": "document_end" } ], "background": { "page": "background.html" }, "sandbox": { "pages": [ "sandbox.html" ] }, "web_accessible_resources": [ "sandbox.html", "sandbox.js", "handlebars-1.0.0.beta.6.js", "jquery-1.7.2.min.js" ], "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/odldbjilfmgamgdilnpeobiechnaepal", "content_security_policy": "sandbox allow-scripts; script-src unsafe-eval", "manifest_version": 2, "default_locale": "en" } |