Flaticon SVG

Download any icon/sticker in svg format without any limits

Wat is Flaticon SVG?

Flaticon SVG is een Chrome-extensie ontwikkeld door mapree.dev, en de belangrijkste functie is "Download any icon/sticker in svg format without any limits".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Flaticon SVG

Download Flaticon SVG-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Flaticon SVG Flaticon SVG
ID mgmpnjoaiemmpaikooaknnmljflbnnhf
Officiële URL https://chromewebstore.google.com/detail/flaticon-svg/mgmpnjoaiemmpaikooaknnmljflbnnhf
Beschrijving Download any icon/sticker in svg format without any limits
Bestandsgrootte 10.68 KB
Aantal Installaties 222
Huidige Versie 0.1.0
Laatst Bijgewerkt 2023-12-17
Publicatiedatum 2023-12-02
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar mapree.dev
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}