SVG downloader
download svg from any website
SVG downloader란 무엇입니까?
SVG downloader은(는) christianhappygo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "download svg from any website"입니다.
확장 프로그램 스크린샷
SVG downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SVG Downloader - Download SVGs from any Website with one click. Support download svg as png and jpg. Tired of struggling to download SVG images on websites? SVG Downloader makes it easy to collect, view and download SVGs with just one click. How It Works: - Click the SVG Downloader extension icon on any webpage to instantly extract all the SVG images into a new tab - Preview the SVGs, copy SVG code, download individual images or bulk download all SVGs - View detailed SVG info and edit SVGs before downloading. Key Features: - One click to grab all SVGs on any website - Preview and select SVGs to download - Bulk download or individual image downloads - Copy SVG code snippets - View and edit SVGs before downloading - Lightweight extension, easy to use. No more wasting time trying to save SVGs one by one. With SVG Downloader, export all the SVGs you need with a single click. The perfect tool for designers, developers and bloggers who work with SVG images. Use SVG Downloader to simplify your workflow today!
확장 프로그램 기본 정보
이름 | SVG downloader |
ID | ehoomjebcggkfbkeddldagdjgdpepamh |
공식 URL | https://chromewebstore.google.com/detail/svg-downloader/ehoomjebcggkfbkeddldagdjgdpepamh |
설명 | download svg from any website |
파일 크기 | 66.33 KB |
설치 횟수 | 4,000 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2023-11-21 |
출시 날짜 | 2023-08-08 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | christianhappygo |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.svgdownloader.com/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SVG downloader", "description": "download svg from any website", "version": "1.0.2", "manifest_version": 3, "icons": { "16": "img\/logo-16.png", "32": "img\/logo-34.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "action": { "default_icon": "img\/logo-48.png", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "web_accessible_resources": [ { "matches": [ " |