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
公式URL 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
Eメール [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"
    }
}