Image to SVG converter

Convert image to Vector

Image to SVG converter là gì?

Image to SVG converter là một tiện ích mở rộng Chrome được phát triển bởi pngtosvg, và tính năng chính của nó là "Convert image to Vector".

Ả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 Image to SVG converter

Tải xuống các tệp mở rộng Image to SVG converter 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

                        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!!                    

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

Tên Image to SVG converter Image to SVG converter
ID igfljaiioaajinicgaanckmanipoenco
URL Chính Thức https://chrome.google.com/webstore/detail/image-to-svg-converter/igfljaiioaajinicgaanckmanipoenco
Mô tả Convert image to Vector
Kích Thước Tệp 35.64 KB
Số Lần Cài Đặt 954
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2018-10-13
Ngày Phát Hành 2018-10-13
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển pngtosvg
Loại Thanh Toán free
Trang Web Mở Rộng https://www.pngtosvg.com
Ngôn Ngữ Được Hỗ Trợ 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"
}