Magic Copy
A Chrome extension to add a 'Magic Copy' option to the context menu, which copies selective parts of the image.
Was ist Magic Copy?
Magic Copy ist eine Chrome-Erweiterung, die von kevmo314 entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome extension to add a 'Magic Copy' option to the context menu, which copies selective parts of the image.".
Erweiterungsscreenshots
Magic Copy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Magic Copy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Magic Copy |
ID | nnifclicibdhgakebbnbfmomniihfmkg |
Offizielle URL | https://chromewebstore.google.com/detail/magic-copy/nnifclicibdhgakebbnbfmomniihfmkg |
Beschreibung | A Chrome extension to add a 'Magic Copy' option to the context menu, which copies selective parts of the image. |
Dateigröße | 17.32 MB |
Installationsanzahl | 20,000 |
Aktuelle Version | 1.2.0 |
Letztes Update | 2023-04-30 |
Veröffentlichungsdatum | 2023-04-27 |
Bewertung | 3.76/5 Insgesamt 17 Bewertungen |
Entwickler | kevmo314 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/kevmo314/magic-copy |
Unterstützte Sprachen | 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": [ " |