Image to SVG converter

Convert image to Vector

Apa itu Image to SVG converter?

Image to SVG converter adalah ekstensi Chrome yang dikembangkan oleh pngtosvg, dan fitur utamanya adalah "Convert image to Vector".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Image to SVG converter

Unduh file ekstensi Image to SVG converter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Image to SVG converter Image to SVG converter
ID igfljaiioaajinicgaanckmanipoenco
URL Resmi https://chrome.google.com/webstore/detail/image-to-svg-converter/igfljaiioaajinicgaanckmanipoenco
Deskripsi Convert image to Vector
Ukuran File 35.64 KB
Jumlah Instalasi 954
Versi Saat Ini 0.5
Terakhir Diperbarui 2018-10-13
Tanggal Publikasi 2018-10-13
Penilaian 3.00/5 Total 2 Penilaian
Pengembang pngtosvg
Tipe Pembayaran free
Situs Ekstensi https://www.pngtosvg.com
Bahasa yang Didukung 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"
}