SVG Export

Download SVGs from websites as SVGs, PNGs or JPEGs

Was ist SVG Export?

SVG Export ist eine Chrome-Erweiterung, die von https://svgexport.io entwickelt wurde, und ihr Hauptmerkmal ist "Download SVGs from websites as SVGs, PNGs or JPEGs".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

SVG Export-Erweiterungs-CRX-Datei herunterladen

Laden Sie SVG Export-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SVG Export SVG Export
ID naeaaedieihlkmdajjefioajbbdbdjgp
Offizielle URL https://chromewebstore.google.com/detail/svg-export/naeaaedieihlkmdajjefioajbbdbdjgp
Beschreibung Download SVGs from websites as SVGs, PNGs or JPEGs
Dateigröße 174 KB
Installationsanzahl 225,097
Aktuelle Version 2.2.17
Letztes Update 2021-07-16
Veröffentlichungsdatum 2020-06-07
Bewertung 4.43/5 Insgesamt 176 Bewertungen
Entwickler https://svgexport.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://svgexport.io/
Hilfeseite URL https://svgexport.io/report-a-bug
Unterstützte Sprachen 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'"
}