JPG to SVG Converter
Convert JPG files to SVG format
Wat is JPG to SVG Converter?
JPG to SVG Converter is een Chrome-extensie ontwikkeld door https://freepicturesolutions.com, en de belangrijkste functie is "Convert JPG files to SVG format".
Extensie Screenshots
Download het CRX-bestand van de extensie JPG to SVG Converter
Download JPG to SVG Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
How to convert JPG to SVG?
1-Click extension icon - this will open JPG to SVG online conversion website.
2-Select JPG file and click convert button.
3-You will get your SVG file download link in your email address. Basisinformatie over de Extensie
| Naam | |
| ID | jhfokplgdpcnopapfoandlhmbhdolefb |
| Officiële URL | https://chromewebstore.google.com/detail/jpg-to-svg-converter/jhfokplgdpcnopapfoandlhmbhdolefb |
| Beschrijving | Convert JPG files to SVG format |
| Bestandsgrootte | 43.34 KB |
| Aantal Installaties | 1,062 |
| Huidige Versie | 2.0 |
| Laatst Bijgewerkt | 2020-05-29 |
| Publicatiedatum | 2020-05-28 |
| Ontwikkelaar | https://freepicturesolutions.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://freepicturesolutions.com/online/#jpg-to-svg-converter |
| URL van de Privacybeleid Pagina | http://freeconverting.com/privacy.html |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "JPG to SVG Converter",
"default_locale": "en",
"description": "Convert JPG files to SVG format",
"background": {
"scripts": [
"background.js"
]
},
"version": "2.0",
"icons": {
"128": "images\/icon-128.png"
},
"browser_action": {
"default_icon": "images\/icon-128.png"
}
} | |