Image Background Remover

Remove backgrounds of every image and makes it transparent.

什麼是Image Background Remover?

Image Background Remover是由Xeri Media Crew | XMC開發的Chrome擴展程式,該擴展的主要功能是“Remove backgrounds of every image and makes it transparent.”。

擴展截圖

screenshot
screenshot
screenshot

下載Image Background Remover擴展crx文件

下載Image Background Remover擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Image Background Remover Image Background Remover
ID nmcphaflpojaljeknnmfkiepidmlfhnb
官方網址 https://chrome.google.com/webstore/detail/image-background-remover/nmcphaflpojaljeknnmfkiepidmlfhnb
簡介 Remove backgrounds of every image and makes it transparent.
檔案大小 8.59 KB
安裝次數 2,000
目前版本 1.0.2
更新時間 2021-08-03
上架時間 2020-09-14
評分 2.33/5 共 3 次評分
開發者 Xeri Media Crew | XMC
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.xeriflow.net/privacy-policy
支援的語言 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"
    }
}