NYT Cooking
Collect the best recipes from across the web in one place — your NYT Cooking Recipe Box.
NYT Cooking là gì?
NYT Cooking là một tiện ích mở rộng Chrome được phát triển bởi http://cooking.nytimes.com, và tính năng chính của nó là "Collect the best recipes from across the web in one place — your NYT Cooking Recipe Box.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NYT Cooking
Tải xuống các tệp mở rộng NYT Cooking dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | imiopmmmlibaopojeffffakkfcgfpddo |
URL Chính Thức | https://chrome.google.com/webstore/detail/nyt-cooking/imiopmmmlibaopojeffffakkfcgfpddo |
Mô tả | Collect the best recipes from across the web in one place — your NYT Cooking Recipe Box. |
Kích Thước Tệp | 13.37 KB |
Số Lần Cài Đặt | 23,113 |
Phiên Bản Hiện Tại | 0.1.9 |
Cập Nhật Lần Cuối | 2017-05-09 |
Ngày Phát Hành | 2017-05-09 |
Đánh Giá | 3.70/5 Tổng số 46 Đánh Giá |
Nhà Phát Triển | http://cooking.nytimes.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://cooking.nytimes.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |