Image Background Remover

Remove backgrounds of every image and makes it transparent.

Image Background Removerคืออะไร?

Image Background Remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Xeri Media Crew | XMC และคุณลักษณะหลักของมันคือ "Remove backgrounds of every image and makes it transparent."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image Background Remover

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}