Magic Copy
A Chrome extension to add a 'Magic Copy' option to the context menu, which copies selective parts of the image.
What is Magic Copy?
Magic Copy is a Chrome extension developed by kevmo314, and its main feature is "A Chrome extension to add a 'Magic Copy' option to the context menu, which copies selective parts of the image.".
Extension Screenshots
Download Magic Copy Extension CRX File
Download Magic Copy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Magic Copy |
ID | nnifclicibdhgakebbnbfmomniihfmkg |
Official URL | https://chromewebstore.google.com/detail/magic-copy/nnifclicibdhgakebbnbfmomniihfmkg |
Description | A Chrome extension to add a 'Magic Copy' option to the context menu, which copies selective parts of the image. |
File Size | 17.32 MB |
Installation Count | 20,000 |
Current Version | 1.2.0 |
Last Updated | 2023-04-30 |
Publish Date | 2023-04-27 |
Rating | 3.76/5 Total 17 Ratings |
Developer | kevmo314 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/kevmo314/magic-copy |
Supported Languages | 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": [ " |