Yumprint
Save recipes from anywhere
Yumprintคืออะไร?
Yumprint เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://yumprint.com และคุณลักษณะหลักของมันคือ "Save recipes from anywhere"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yumprint
ดาวน์โหลดไฟล์ส่วนขยาย Yumprint ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |