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文件

下载SVG Export扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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'"
}