SVG Export
Download SVGs from websites as SVGs, PNGs or JPEGs
What is SVG Export?
SVG Export is a Chrome extension developed by https://svgexport.io, and its main feature is "Download SVGs from websites as SVGs, PNGs or JPEGs".
Extension Screenshots
Download SVG Export Extension CRX File
Download SVG Export extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | SVG Export |
ID | naeaaedieihlkmdajjefioajbbdbdjgp |
Official URL | https://chromewebstore.google.com/detail/svg-export/naeaaedieihlkmdajjefioajbbdbdjgp |
Description | Download SVGs from websites as SVGs, PNGs or JPEGs |
File Size | 174 KB |
Installation Count | 225,097 |
Current Version | 2.2.17 |
Last Updated | 2021-07-16 |
Publish Date | 2020-06-07 |
Rating | 4.43/5 Total 176 Ratings |
Developer | https://svgexport.io |
[email protected] | |
Payment Type | free |
Extension Website | https://svgexport.io/ |
Help Page URL | https://svgexport.io/report-a-bug |
Supported Languages | 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'" } |