SVG Fetcher

Fetch all the SVG from the web

Qu'est-ce que SVG Fetcher ?

SVG Fetcher est une extension Chrome développée par https://giroux-kevin.fr, et sa fonction principale est "Fetch all the SVG from the web".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SVG Fetcher

Téléchargez les fichiers d'extension SVG Fetcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Just click on the add-on icon to get all the download links for the rendered page. Refresh the page when you're done.                    

Informations de Base sur l'Extension

Nom SVG Fetcher SVG Fetcher
ID kckjhgncjgdbiaadckjcnhbonfihmcic
URL Officiel https://chromewebstore.google.com/detail/svg-fetcher/kckjhgncjgdbiaadckjcnhbonfihmcic
Description Fetch all the SVG from the web
Taille du Fichier 13.13 KB
Nombre d'Installations 569
Version Actuelle 1.1
Dernière Mise à Jour 2018-06-11
Date de Publication 2018-06-11
Évaluation 1.33/5 Total 3 Évaluations
Développeur https://giroux-kevin.fr
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SVG Fetcher",
    "description": "Fetch all the SVG from the web",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Show links"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "*:\/\/*\/*"
    ],
    "icons": {
        "32": "icon32.png",
        "128": "icon128.png"
    }
}