Image Background Remover
Remove backgrounds of every image and makes it transparent.
Vad är Image Background Remover?
Image Background Remover är en Chrome-tillägg utvecklad av Xeri Media Crew | XMC, och dess huvudfunktion är "Remove backgrounds of every image and makes it transparent.".
Tilläggsskärmbilder
Ladda ner Image Background Remover-förlängningens CRX-fil
Ladda ner Image Background Remover-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
This Extension provides a free tool to remove the backgrounds of any image. The background is cutted away and turned into a transparent area. This is a full automated process, that means: simply upload a picture, press start, and the background gets removed by an AI.
Grundläggande Information om Tillägg
Namn | |
ID | nmcphaflpojaljeknnmfkiepidmlfhnb |
Officiell webbadress | https://chrome.google.com/webstore/detail/image-background-remover/nmcphaflpojaljeknnmfkiepidmlfhnb |
Beskrivning | Remove backgrounds of every image and makes it transparent. |
Filstorlek | 8.59 KB |
Antal Installationer | 2,000 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2021-08-03 |
Publiceringsdatum | 2020-09-14 |
Betyg | 2.33/5 Totalt 3 Betyg |
Utvecklare | Xeri Media Crew | XMC |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.xeriflow.net/privacy-policy |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image Background Remover", "description": "Remove backgrounds of every image and makes it transparent.", "version": "1.0.2", "permissions": [ "background" ], "background": { "page": "bg.html", "persistent": true }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "popup": "popup.html", "default_popup": "default.html" } } |