Image Background Remover

Remove backgrounds of every image and makes it transparent.

Co je Image Background Remover?

Image Background Remover je rozšíření Chrome vyvinuté Xeri Media Crew | XMC, a jeho hlavní funkcí je „Remove backgrounds of every image and makes it transparent.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Image Background Remover

Stáhněte si soubory rozšíření Image Background Remover ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Image Background Remover Image Background Remover
ID nmcphaflpojaljeknnmfkiepidmlfhnb
Oficiální URL https://chrome.google.com/webstore/detail/image-background-remover/nmcphaflpojaljeknnmfkiepidmlfhnb
Popis Remove backgrounds of every image and makes it transparent.
Velikost souboru 8.59 KB
Počet instalací 2,000
Aktuální Verze 1.0.2
Poslední Aktualizace 2021-08-03
Datum Vydání 2020-09-14
Hodnocení 2.33/5 Celkem 3 Hodnocení
Vývojář Xeri Media Crew | XMC
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.xeriflow.net/privacy-policy
Podporované Jazyky 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"
    }
}