Yumprint
Save recipes from anywhere
Yumprint là gì?
Yumprint là một tiện ích mở rộng Chrome được phát triển bởi https://yumprint.com, và tính năng chính của nó là "Save recipes from anywhere".
Ả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 Yumprint
Tải xuống các tệp mở rộng Yumprint 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Yumprint |
ID | nboinfelnglhdhgchcmomigiddalpjka |
URL Chính Thức | https://chromewebstore.google.com/detail/yumprint/nboinfelnglhdhgchcmomigiddalpjka |
Mô tả | Save recipes from anywhere |
Kích Thước Tệp | 566 KB |
Số Lần Cài Đặt | 7,663 |
Phiên Bản Hiện Tại | 1.2.0.0 |
Cập Nhật Lần Cuối | 2015-02-06 |
Ngày Phát Hành | 2015-02-06 |
Đánh Giá | 4.13/5 Tổng số 91 Đánh Giá |
Nhà Phát Triển | https://yumprint.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://yumprint.com/extension |
URL Trang Trợ Giúp | http://yumprint.com/extension |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |