Copy Me That
Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in…
Copy Me Thatคืออะไร?
Copy Me That เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.copymethat.com และคุณลักษณะหลักของมันคือ "Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copy Me That
ดาวน์โหลดไฟล์ส่วนขยาย Copy Me That ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in one location. Edit copied recipes or add your own. Organize with tags. Add recipes to your shopping list and cross items off when you're in the supermarket. Plan meals with the meal planner. Share your recipes and get inspired by others.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Copy Me That |
ID | lgjinjcobiflbbnhenlfkcjpeeacklfl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/copy-me-that/lgjinjcobiflbbnhenlfkcjpeeacklfl |
คำอธิบาย | Copy any recipe from any website with just one click. Recipe manager, shopping list, and meal planner. Manage all your recipes in… |
ขนาดไฟล์ | 28.18 KB |
จำนวนการติดตั้ง | 60,771 |
เวอร์ชันปัจจุบัน | 1.2.3 |
อัปเดตครั้งล่าสุด | 2022-11-03 |
วันที่เผยแพร่ | 2020-03-27 |
คะแนน | 4.70/5 รวมทั้งหมด 94 คะแนน |
ผู้พัฒนา | https://www.copymethat.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.copymethat.com |
URL หน้าช่วยเหลือ | https://www.copymethat.com/contact/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.copymethat.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Me That", "version": "1.2.3", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "*:\/\/button.copymethat.com\/*", "contextMenus", "cookies" ], "browser_action": { "name": "Copy me that!", "default_icon": "icon.png" }, "web_accessible_resources": [ "exists.gif", "spinner_25.gif" ], "icons": { "48": "icon48.png", "128": "icon128.png" } } |