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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}