NYT Cooking
Collect the best recipes from across the web in one place — your NYT Cooking Recipe Box.
NYT Cooking란 무엇입니까?
NYT Cooking은(는) http://cooking.nytimes.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Collect the best recipes from across the web in one place — your NYT Cooking Recipe Box."입니다.
확장 프로그램 스크린샷
NYT Cooking 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You can now save recipes from other websites into your Recipe Box by using the official NYT Cooking browser button for Chrome. They will appear alongside your saved recipes from The New York Times. The next time you find a great recipe on any website, just click the NYT Cooking icon to save it to your Recipe Box. Access those recipes anywhere you use NYT Cooking, including your iPhone and iPad. Save, browse and cook — all in one place. Extension Features: • One-click saving of any recipe on the web • Syncs across all your devices – iPhone, iPad, desktop and mobile web • Completely free to use Get the NYT Cooking app to see all the great recipes you've saved! http://appstore.com/nytcooking
확장 프로그램 기본 정보
이름 | |
ID | imiopmmmlibaopojeffffakkfcgfpddo |
공식 URL | https://chrome.google.com/webstore/detail/nyt-cooking/imiopmmmlibaopojeffffakkfcgfpddo |
설명 | Collect the best recipes from across the web in one place — your NYT Cooking Recipe Box. |
파일 크기 | 13.37 KB |
설치 횟수 | 23,113 |
현재 버전 | 0.1.9 |
최근 업데이트 | 2017-05-09 |
출시 날짜 | 2017-05-09 |
평점 | 3.70/5 총 46 개의 평점 |
개발자 | http://cooking.nytimes.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://cooking.nytimes.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NYT Cooking", "description": "Collect the best recipes from across the web in one place \u2014 your NYT Cooking Recipe Box.", "homepage_url": "http:\/\/cooking.nytimes.com", "version": "0.1.9", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Save to NYT Cooking" }, "background": { "scripts": [ "event_page.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "activeTab" ] } |