Photo to Vector Capture from VectorDad

Crops parts of the screen and converts it to silhouette vector SVG.

Photo to Vector Capture from VectorDad란 무엇입니까?

Photo to Vector Capture from VectorDad은(는) VectorDad에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Crops parts of the screen and converts it to silhouette vector SVG."입니다.

확장 프로그램 스크린샷

screenshot

Photo to Vector Capture from VectorDad 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Vector Capture Chrome Extension from vectordad.com brings you a unique way to capture images from the internet and automatically convert the same into a vector SVG file. Convert images to vector files the fastest way for FREE.                    

확장 프로그램 기본 정보

이름 Photo to Vector Capture from VectorDad Photo to Vector Capture from VectorDad
ID addfgobajhjglkimfgpkecbhfcfplppf
공식 URL https://chromewebstore.google.com/detail/photo-to-vector-capture-f/addfgobajhjglkimfgpkecbhfcfplppf
설명 Crops parts of the screen and converts it to silhouette vector SVG.
파일 크기 56.07 KB
설치 횟수 317
현재 버전 1.0
최근 업데이트 2022-07-19
출시 날짜 2022-07-18
평점 5.00/5 총 2 개의 평점
개발자 VectorDad
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://vectordad.com
도움말 페이지 URL https://vectordad.com/speak-to-us/
개인정보 보호 정책 페이지 URL https://vectordad.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0",
    "name": "Photo to Vector Capture from VectorDad",
    "description": "Crops parts of the screen and converts it to silhouette vector SVG.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "optional_permissions": [],
    "web_accessible_resources": [
        {
            "resources": [
                "Jcrop.gif",
                "pixel.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; ",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon.png",
            "32": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}