SVG Export

Download SVGs from websites as SVGs, PNGs or JPEGs

SVG Export란 무엇입니까?

SVG Export은(는) https://svgexport.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download SVGs from websites as SVGs, PNGs or JPEGs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

SVG Export 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        SVG Export is a great tool that searches for SVGs on websites and enables you to rapidly export them as PNGs, JPEGs or SVGs with ease.

Features
- Bulk export
- Export as PNG, JPEG or SVG
- Resize images
- Copy SVGs for Sketch, Figma or Framer
- Inlines important styles and colours that are applied with css
- Embeds linked nodes from other parts of the site

This is great for designers and developers wanting to pull SVGs from sites without having to dive into the source code.                    

확장 프로그램 기본 정보

이름 SVG Export SVG Export
ID naeaaedieihlkmdajjefioajbbdbdjgp
공식 URL https://chromewebstore.google.com/detail/svg-export/naeaaedieihlkmdajjefioajbbdbdjgp
설명 Download SVGs from websites as SVGs, PNGs or JPEGs
파일 크기 174 KB
설치 횟수 225,097
현재 버전 2.2.17
최근 업데이트 2021-07-16
출시 날짜 2020-06-07
평점 4.43/5 총 176 개의 평점
개발자 https://svgexport.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://svgexport.io/
도움말 페이지 URL https://svgexport.io/report-a-bug
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SVG Export",
    "short_name": "SVG Export",
    "description": "Download SVGs from websites as SVGs, PNGs or JPEGs",
    "version": "2.2.17",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16x16.png",
        "19": "icons\/19x19.png",
        "38": "icons\/38x38.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "browser_action": {
        "default_title": "SVG Export"
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}