Visio Studio - Remove Background

Advanced background removal tool. No account required, no watermark, no cap on image resolution. By Gaspard+Bruno Ltd.

什麼是Visio Studio - Remove Background?

Visio Studio - Remove Background是由https://visio.studio開發的Chrome擴展程式,該擴展的主要功能是“Advanced background removal tool. No account required, no watermark, no cap on image resolution. By Gaspard+Bruno Ltd.”。

擴展截圖

screenshot
screenshot

下載Visio Studio - Remove Background擴展crx文件

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

擴展使用說明

                        Visio Studio allows you to edit and optimise your pictures directly inside your browser thanks to a powerful background removal model.

Advanced background removal

→ Use our advanced background removal tool, powered by high-end computer vision technology to provide you the pixelcut results.

How to use Visio Studio:

1. Simply select an Image or do a Right Click.

2. With one tap Visio Studio will remove the background of your picture.

3. That's it!


Check https://visio.studio for more information

or drop us a line at [email protected] for any comments or feedback.                    

擴展基本資訊

名稱 Visio Studio - Remove Background Visio Studio - Remove Background
ID aifclejelbjpbbagfkhohjichkhbolom
官方網址 https://chromewebstore.google.com/detail/visio-studio-remove-backg/aifclejelbjpbbagfkhohjichkhbolom
簡介 Advanced background removal tool. No account required, no watermark, no cap on image resolution. By Gaspard+Bruno Ltd.
檔案大小 1.32 MB
安裝次數 1,309
目前版本 1.0.4
更新時間 2022-11-26
上架時間 2022-11-15
評分 5.00/5 共 6 次評分
開發者 https://visio.studio
電子郵箱 [email protected]
付費類型 free
擴展官網 https://visio.studio/
說明頁面URL https://visio.studio/
隱私政策頁面URL https://gaspardbruno.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Visio Studio - Remove Background",
    "description": "Advanced background removal tool. No account required, no watermark, no cap on image resolution. By Gaspard+Bruno Ltd.",
    "version": "1.0.4",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "permissions": [
        "contextMenus",
        "scripting",
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "32": "assets\/assets\/images\/logo_l.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "toggleIcon.js"
            ]
        }
    ],
    "icons": {
        "32": "assets\/assets\/images\/logo_l.png"
    }
}