Flaticon SVG

Download any icon/sticker in svg format without any limits

Cos'è Flaticon SVG?

Flaticon SVG è un'estensione di Chrome sviluppata da mapree.dev, e la sua funzione principale è "Download any icon/sticker in svg format without any limits".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Flaticon SVG

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

                        How to use:
1. Login in flaticon
2. Search your icon
3. Download using svg button and be happy                    

Informazioni di Base sull'Estensione

Nome Flaticon SVG Flaticon SVG
ID mgmpnjoaiemmpaikooaknnmljflbnnhf
URL Ufficiale https://chromewebstore.google.com/detail/flaticon-svg/mgmpnjoaiemmpaikooaknnmljflbnnhf
Descrizione Download any icon/sticker in svg format without any limits
Dimensione del File 10.68 KB
Conteggio Installazioni 222
Versione Corrente 0.1.0
Ultimo Aggiornamento 2023-12-17
Data di Pubblicazione 2023-12-02
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore mapree.dev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Flaticon SVG",
    "id": "flaticonsvg",
    "version": "0.1.0",
    "description": "Download any icon\/sticker in svg format without any limits",
    "content_scripts": [
        {
            "js": [
                "src\/content\/index.js"
            ],
            "matches": [
                "https:\/\/www.flaticon.com\/**",
                "https:\/\/www.flaticon.es\/**"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}