EPS to SVG Converter
Convert EPS files to SVG format
Vad är EPS to SVG Converter?
EPS to SVG Converter är en Chrome-tillägg utvecklad av http://freepicturesolutions.com, och dess huvudfunktion är "Convert EPS files to SVG format".
Tilläggsskärmbilder
Ladda ner EPS to SVG Converter-förlängningens CRX-fil
Ladda ner EPS to SVG Converter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
How to convert EPS to SVG? 1-Click extension icon - this will open EPS to SVG online conversion website. 2-Select EPS file and click convert button. 3-You will get your SVG file download link in your email address.
Grundläggande Information om Tillägg
Namn | |
ID | cbnialpfbcjllckofoknikehomdjhcgc |
Officiell webbadress | https://chrome.google.com/webstore/detail/eps-to-svg-converter/cbnialpfbcjllckofoknikehomdjhcgc |
Beskrivning | Convert EPS files to SVG format |
Filstorlek | 43.18 KB |
Antal Installationer | 1,391 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2020-05-29 |
Publiceringsdatum | 2020-05-28 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | http://freepicturesolutions.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://freepicturesolutions.com/online/#eps-to-svg-converter |
URL till Sekretesspolicy Sidan | https://freepicturesolutions.com/privacy_policy.html |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EPS to SVG Converter", "default_locale": "en", "description": "Convert EPS 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" } } |