SVG Export
Download SVGs from websites as SVGs, PNGs or JPEGs
Hvad er SVG Export?
SVG Export er en Chrome-udvidelse udviklet af https://svgexport.io, og dens hovedfunktion er "Download SVGs from websites as SVGs, PNGs or JPEGs".
Udvidelsesskærmbilleder
Download SVG Export-udvidelses-CRX-fil
Download SVG Export-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | SVG Export |
ID | naeaaedieihlkmdajjefioajbbdbdjgp |
Officiel URL | https://chromewebstore.google.com/detail/svg-export/naeaaedieihlkmdajjefioajbbdbdjgp |
Beskrivelse | Download SVGs from websites as SVGs, PNGs or JPEGs |
Filstørrelse | 174 KB |
Antal Installationer | 225,097 |
Nuværende Version | 2.2.17 |
Senest Opdateret | 2021-07-16 |
Udgivelsesdato | 2020-06-07 |
Bedømmelse | 4.43/5 Samlet 176 Bedømmelser |
Udvikler | https://svgexport.io |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://svgexport.io/ |
Hjælpeside-URL | https://svgexport.io/report-a-bug |
Understøttede Sprog | 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'" } |