Magic Copy
A Chrome extension to add a 'Magic Copy' option to the context menu, which copies selective parts of the image.
Vad är Magic Copy?
Magic Copy är en Chrome-tillägg utvecklad av kevmo314, och dess huvudfunktion är "A Chrome extension to add a 'Magic Copy' option to the context menu, which copies selective parts of the image.".
Tilläggsskärmbilder
Ladda ner Magic Copy-förlängningens CRX-fil
Ladda ner Magic Copy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Magic Copy |
ID | nnifclicibdhgakebbnbfmomniihfmkg |
Officiell webbadress | https://chromewebstore.google.com/detail/magic-copy/nnifclicibdhgakebbnbfmomniihfmkg |
Beskrivning | A Chrome extension to add a 'Magic Copy' option to the context menu, which copies selective parts of the image. |
Filstorlek | 17.32 MB |
Antal Installationer | 20,000 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2023-04-30 |
Publiceringsdatum | 2023-04-27 |
Betyg | 3.76/5 Totalt 17 Betyg |
Utvecklare | kevmo314 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/kevmo314/magic-copy |
Stödda Språk | 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": [ " |