Image to SVG converter

Convert image to Vector

Co to jest Image to SVG converter?

Image to SVG converter to rozszerzenie Chrome opracowane przez pngtosvg, a jego główną funkcją jest „Convert image to Vector”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Image to SVG converter

Pobierz pliki rozszerzeń Image to SVG converter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Image to SVG converter Image to SVG converter
ID igfljaiioaajinicgaanckmanipoenco
Oficjalny URL https://chrome.google.com/webstore/detail/image-to-svg-converter/igfljaiioaajinicgaanckmanipoenco
Opis Convert image to Vector
Rozmiar pliku 35.64 KB
Liczba instalacji 954
Aktualna Wersja 0.5
Ostatnia Aktualizacja 2018-10-13
Data Publikacji 2018-10-13
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper pngtosvg
Typ Płatności free
Strona Rozszerzenia https://www.pngtosvg.com
Obsługiwane Języki 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"
}