svg converter

Simple and effective svg converter for everyday use. Drag a file and use buttons to convert svg to png and svg to pdf.

svg converter란 무엇입니까?

svg converter은(는) thestarkings에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple and effective svg converter for everyday use. Drag a file and use buttons to convert svg to png and svg to pdf."입니다.

확장 프로그램 스크린샷

screenshot

svg converter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension propose free svg converter to simplify conversion from svg to various common formats. Scalable Vector Graphics (SVG) is xml based format for 2-dimensional vector graphics. And we suppose that user wants to save interesting images to more size efficient formats. We also expect the introduction of reverse conversion to be useful to the end user of our application. But this is not svg drawing tool. SVG converter is a tool with flexible options to convert svg to some file formats(there will be more formats over time).

🚀 You can use the following directions of tool running
- first option is convert svg to png
- second option is convert svg image to jpeg
- convert svg to pdf allowed too

🚀 SVG converter is better choice to to save time in your workflow. After installation you will see detailed instruction how to use our free svg converter with step-by-step guide. You can find in context menu additional items to save svg as something. Perhaps in the future we will implement a conversion history and default settings for where to save converted images.
🔷 Typical questions when you work with images in your chromium based browser
  ✓ How to convert png to svg from chrome context menu?
  ✓ Do we have options how to convert svg to jpg?
  ✓ How to convert svg image to png?
  ✓ How to use svg converter to save single image file?
  ✓ How to use svg converter to save all svg files from page?
Our tool doesn't know how to do all this yet, but we plan to introduce various options gradually.

🚀 Let’s review another good problem with image converter you might have. What options do we have if we want to convert from different formats to different ones?
 🔸 You can install separated converters.  
     - one converter is svg converter to jpg, 
     - second one is svg converter to png,
     - third svg converter to pdf 
 🔸 You can install desktop application with necessary functionality. But this obviously create additional steps to do conversion such as convert svg to png.
 🔸 You can ask author of extension you already use to add more conversion directions. And we would like you to ask us when similar need arises.
 🔸 You can ask authors of browser to add this functionality to browser directly. But do you really believe that this is possible quickly?

We invite you to use our extension and share with us options that you would like to improve. May be you want to combine image converter with svg encoder or you know how to improve download svg function for everyone.

🔥 Finally we want to say thanks to you for usage of our svg converter extension. Please thank us by setting ★★★★★ in chrome extension store. You can also write your suggestions in the comments.

🔜 Also share with you our ideas for future improvements:
1. add many images to pdf
2. extract svg images from pdf 
3. support more target image formats 
4. add customisable settings for the image to be saved 
5. add context menu action to convert svg to pdf
... other possible options

The most effective solutions are those that offer the function of convert svg in 1 or 2 clicks, without additional steps. If you have to copy the address, then switch to another application or site, this is annoying if you need to convert and save dozens of SVG images throughout the day. Simplify your workflow. By using this app you can preview, copy SVG icon and download it in your preferable format.

🚀 Actions to do after converter installation:
- pin svg converter to browser panel
- read user guide carefully
- try all functions described in convert svg guide. svg to png or svg to pdf
- ask us about future improvements

⇶ To Sum Up
Svg(scalable vector graphics) format is suitable to write directly into the HTML document. Web developers use svg html tag to achieve this. But regular users don’t really need svg`s. They are using convert svg to png or convert png to svg tools. To find good svg converter is real challenge since all peoples are stored images in their favorite format… Using the extension offers an easy way to get only those conversion functions that a specific person needs. Working with pictures involves constantly searching for the best tool and abandoning the rest.
Perhaps this is a complete description of svg converter.

Happy converting!                    

확장 프로그램 기본 정보

이름 svg converter svg converter
ID mfhieapobekbbdoeccibkfhkghpafbfo
공식 URL https://chromewebstore.google.com/detail/svg-converter/mfhieapobekbbdoeccibkfhkghpafbfo
설명 Simple and effective svg converter for everyday use. Drag a file and use buttons to convert svg to png and svg to pdf.
파일 크기 342 KB
설치 횟수 93
현재 버전 0.0.3
최근 업데이트 2024-01-27
출시 날짜 2024-01-24
평점 5.00/5 총 2 개의 평점
개발자 thestarkings
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://svg-converter-starkings-chrome-243082c87799d85620149f9c6758712c.gitlab.io/svg-converter-policy.html
지원되는 언어 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.0.3",
    "minimum_chrome_version": "120",
    "action": {
        "default_popup": "\/popup\/index.html",
        "default_icon": "assets\/svg-converter-32x32.png"
    },
    "background": {
        "service_worker": "service-worker\/script.js",
        "type": "module"
    },
    "icons": {
        "16": "assets\/svg-converter-16x16.png",
        "32": "assets\/svg-converter-32x32.png",
        "48": "assets\/svg-converter-48x48.png",
        "128": "assets\/svg-converter-128x128.png"
    },
    "permissions": []
}