Magic Copy
A Chrome extension to add a 'Magic Copy' option to the context menu, which copies selective parts of the image.
Magic Copy là gì?
Magic Copy là một tiện ích mở rộng Chrome được phát triển bởi kevmo314, và tính năng chính của nó là "A Chrome extension to add a 'Magic Copy' option to the context menu, which copies selective parts of the image.".
Ả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 Magic Copy
Tải xuống các tệp mở rộng Magic Copy 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Magic Copy |
ID | nnifclicibdhgakebbnbfmomniihfmkg |
URL Chính Thức | https://chromewebstore.google.com/detail/magic-copy/nnifclicibdhgakebbnbfmomniihfmkg |
Mô tả | A Chrome extension to add a 'Magic Copy' option to the context menu, which copies selective parts of the image. |
Kích Thước Tệp | 17.32 MB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2023-04-30 |
Ngày Phát Hành | 2023-04-27 |
Đánh Giá | 3.76/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | kevmo314 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/kevmo314/magic-copy |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |