BetterRecipes
Improve your AllRecipes Experience
BetterRecipesคืออะไร?
BetterRecipes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย agfaulkner และคุณลักษณะหลักของมันคือ "Improve your AllRecipes Experience"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BetterRecipes
ดาวน์โหลดไฟล์ส่วนขยาย BetterRecipes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Improve your AllRecipes experience by decluttering the page and placing both the ingredients and instructions side by side. Click the serving tray icon to download a simple text version of the recipe.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BetterRecipes |
ID | maoelcjgahpimbdpiadlpmgnbdhgoapj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/betterrecipes/maoelcjgahpimbdpiadlpmgnbdhgoapj |
คำอธิบาย | Improve your AllRecipes Experience |
ขนาดไฟล์ | 14.38 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2019-04-15 |
วันที่เผยแพร่ | 2019-04-15 |
ผู้พัฒนา | agfaulkner |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BetterRecipes", "version": "1.0.3", "description": "Improve your AllRecipes Experience", "content_scripts": [ { "matches": [ "https:\/\/www.allrecipes.com\/recipe\/*" ], "js": [ "BetterRecipes.js" ] } ], "page_action": { "default_icon": "\/icons\/tray.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "downloads" ] } |