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 là gì?

Visio Studio - Remove Background là một tiện ích mở rộng Chrome được phát triển bởi https://visio.studio, và tính năng chính của nó là "Advanced background removal tool. No account required, no watermark, no cap on image resolution. By Gaspard+Bruno Ltd.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Visio Studio - Remove Background

Tải xuống các tệp mở rộng Visio Studio - Remove Background dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Visio Studio - Remove Background Visio Studio - Remove Background
ID aifclejelbjpbbagfkhohjichkhbolom
URL Chính Thức https://chromewebstore.google.com/detail/visio-studio-remove-backg/aifclejelbjpbbagfkhohjichkhbolom
Mô tả Advanced background removal tool. No account required, no watermark, no cap on image resolution. By Gaspard+Bruno Ltd.
Kích Thước Tệp 1.32 MB
Số Lần Cài Đặt 1,309
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2022-11-26
Ngày Phát Hành 2022-11-15
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://visio.studio
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://visio.studio/
URL Trang Trợ Giúp https://visio.studio/
URL Trang Chính Sách Bảo Mật https://gaspardbruno.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}