Magic Copy
A Chrome extension to add a 'Magic Copy' option to the context menu, which copies selective parts of the image.
Magic Copyคืออะไร?
Magic Copy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kevmo314 และคุณลักษณะหลักของมันคือ "A Chrome extension to add a 'Magic Copy' option to the context menu, which copies selective parts of the image."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Magic Copy
ดาวน์โหลดไฟล์ส่วนขยาย Magic Copy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ever wanted to copy just you and erase the background? Now you can directly in Chrome with Magic Copy! Powered by Meta's Segment Anything Model (SAM), Magic Copy edits your images right before you copy them.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Magic Copy |
ID | nnifclicibdhgakebbnbfmomniihfmkg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/magic-copy/nnifclicibdhgakebbnbfmomniihfmkg |
คำอธิบาย | A Chrome extension to add a 'Magic Copy' option to the context menu, which copies selective parts of the image. |
ขนาดไฟล์ | 17.32 MB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2023-04-30 |
วันที่เผยแพร่ | 2023-04-27 |
คะแนน | 3.76/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | kevmo314 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/kevmo314/magic-copy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Magic Copy", "description": "A Chrome extension to add a 'Magic Copy' option to the context menu, which copies selective parts of the image.", "version": "1.2.0", "manifest_version": 3, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "contextMenus", "storage", "file:\/\/\/*" ], "host_permissions": [ " |