Image to SVG converter

Convert image to Vector

Image to SVG converter란 무엇입니까?

Image to SVG converter은(는) pngtosvg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert image to Vector"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Image to SVG converter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        How to use the Chrome Extension

1. Install the extension on Chrome

2. Go to any website or google image search.

3. Right click on any image

4. Select Convert Image to Vector option

5. This will redirect to the website https://pngtosvg.com

6. You can view the image on the stage in the website.

7. Follow the steps in the website to convert the image to a SVG vector.

Enjoy!!                    

확장 프로그램 기본 정보

이름 Image to SVG converter Image to SVG converter
ID igfljaiioaajinicgaanckmanipoenco
공식 URL https://chrome.google.com/webstore/detail/image-to-svg-converter/igfljaiioaajinicgaanckmanipoenco
설명 Convert image to Vector
파일 크기 35.64 KB
설치 횟수 954
현재 버전 0.5
최근 업데이트 2018-10-13
출시 날짜 2018-10-13
평점 3.00/5 총 2 개의 평점
개발자 pngtosvg
결제 유형 free
확장 프로그램 웹 사이트 https://www.pngtosvg.com
지원되는 언어 en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Convert image to Vector",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuN0Cmmxl6vjPmg6VsZkbx+O9FbKxC+YNUrmYJAdUT34TA0lh6EQh4P8fCR3p5MDz5sNhiUig1Zjn0FKKZbQzgdmo0H6sF\/TsSmUkVPtTFPiJyrm82mZ0WYuLQvRIPwlRl+eTVb0IYElq1qYZPU+m0uxguU0+J7txliz042ympecILkRggN2THz8jfsUR8GOzjm5GClgq3JDhs8\/++txvFriydLjBb6stIWXZ9vgENxUZ1w3ihI46yfj8Va2HKK7a77Ks+\/8xZ5XM01oyNQCdFd62cZMuLtZImiYRSlHWJa09OIO9nnPlONhWI9OpArn7YxJKUfOo5J6XRhmPWe68RwIDAQAB",
    "manifest_version": 2,
    "name": "Image to SVG converter",
    "permissions": [
        "",
        "contextMenus",
        "clipboardWrite",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.5"
}