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文件

下载Image to SVG converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}