SVG Grabber

Gets SVG Element

Cos'è SVG Grabber?

SVG Grabber è un'estensione di Chrome sviluppata da rajamkwii, e la sua funzione principale è "Gets SVG Element".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SVG Grabber

Scarica i file di estensione SVG Grabber 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

                        The SVG Downloader Chrome Extension allows users to effortlessly select and download SVG files from any web page. With a simple click, users can save high-quality scalable vector graphics for use in design projects, presentations, or personalization. Streamline your workflow and enhance your creative projects by downloading the SVG Downloader Chrome Extension today.                    

Informazioni di Base sull'Estensione

Nome SVG Grabber SVG Grabber
ID ejohfdpadoelnddkobgdaggfeokpfnfg
URL Ufficiale https://chromewebstore.google.com/detail/svg-grabber/ejohfdpadoelnddkobgdaggfeokpfnfg
Descrizione Gets SVG Element
Dimensione del File 9.65 KB
Conteggio Installazioni 699
Versione Corrente 1.0
Ultimo Aggiornamento 2023-07-19
Data di Pubblicazione 2023-07-19
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore rajamkwii
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SVG Grabber",
    "description": "Gets SVG Element",
    "version": "1.0",
    "manifest_version": 3,
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "images\/Iconsmind-Outline-Hand-Touch-2.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "downloads"
    ],
    "background": {
        "service_worker": "background.js"
    }
}