SVG Export

Download SVGs from websites as SVGs, PNGs or JPEGs

Cos'è SVG Export?

SVG Export è un'estensione di Chrome sviluppata da https://svgexport.io, e la sua funzione principale è "Download SVGs from websites as SVGs, PNGs or JPEGs".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SVG Export

Scarica i file di estensione SVG Export in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SVG Export SVG Export
ID naeaaedieihlkmdajjefioajbbdbdjgp
URL Ufficiale https://chromewebstore.google.com/detail/svg-export/naeaaedieihlkmdajjefioajbbdbdjgp
Descrizione Download SVGs from websites as SVGs, PNGs or JPEGs
Dimensione del File 174 KB
Conteggio Installazioni 225,097
Versione Corrente 2.2.17
Ultimo Aggiornamento 2021-07-16
Data di Pubblicazione 2020-06-07
Valutazione 4.43/5 Totale 176 Valutazioni
Sviluppatore https://svgexport.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://svgexport.io/
URL della Pagina di Aiuto https://svgexport.io/report-a-bug
Lingue Supportate 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'"
}