Image Vectorizer (Convert to SVG)
Easily vectorize an image (convert to SVG) in your browser!
Image Vectorizer (Convert to SVG)란 무엇입니까?
Image Vectorizer (Convert to SVG)은(는) Keller에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily vectorize an image (convert to SVG) in your browser!"입니다.
확장 프로그램 스크린샷
Image Vectorizer (Convert to SVG) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Image Vectorizer is a browser extension that helps you vectorize any image. It accepts a wide variety of input images including ".png", ".jpg", ".bmp", and many more. Simply drag & drop an image in the addon (top-left corner of the interface) and then click on the - Convert to SVG - button at the bottom. The vectorized image will be rendered at the result box (top-right corner). You can also choose your desired serializing method from the drop-down list within the UI. The pre-set method is the - default - method. There are 15 other methods to choose from the list. There is also a - live preview - checkbox to make the vectorizing process on the fly. As you change any method, the result will be rendered in the top right section without pressing the convert button. Once a rasterizing process is done, the vectorized image will be displayed in the top-right corner with a download button attached to it. Click on this button to download the image to your machine. Please note that the download location is the default download folder in your browser. If you have a feature request or found a bug to report, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/image-vectorizer.html).
확장 프로그램 기본 정보
이름 | Image Vectorizer (Convert to SVG) |
ID | abcganhipmjnjcgpeipblkhbdnibeplh |
공식 URL | https://chromewebstore.google.com/detail/image-vectorizer-convert/abcganhipmjnjcgpeipblkhbdnibeplh |
설명 | Easily vectorize an image (convert to SVG) in your browser! |
파일 크기 | 60.36 KB |
설치 횟수 | 2,178 |
현재 버전 | 0.1.2 |
최근 업데이트 | 2022-02-03 |
출시 날짜 | 2020-02-12 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Keller |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://mybrowseraddon.com/image-vectorizer.html |
도움말 페이지 URL | https://mybrowseraddon.com/image-vectorizer.html |
개인정보 보호 정책 페이지 URL | https://mybrowseraddon.com/privacy-policy/keller.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.2", "manifest_version": 3, "offline_enabled": true, "permissions": [ "storage" ], "short_name": "image-vectorizer", "name": "Image Vectorizer (Convert to SVG)", "homepage_url": "https:\/\/mybrowseraddon.com\/image-vectorizer.html", "description": "Easily vectorize an image (convert to SVG) in your browser!", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Image Vectorizer (Convert to SVG)", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |