Amazing Icon Downloader

Easily find and download SVG Icons from a certain cloud management portal.

Qu'est-ce que Amazing Icon Downloader ?

Amazing Icon Downloader est une extension Chrome développée par Matt LaGrandeur, et sa fonction principale est "Easily find and download SVG Icons from a certain cloud management portal.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Amazing Icon Downloader

Téléchargez les fichiers d'extension Amazing Icon Downloader 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

                        This extension only works for a certain cloud management portal - hopefully you are here by word of mouth.  If you are here randomly, then this tool probably isn't for you.  This is an unofficial extension, so I can't actually say the name of the cloud management portal it is for :-)

Main features:
 - Easily view all icons on a page
 - Search to filter down long lists of icons
 - Rename and download any single icon, in .svg or .png format
 - Bulk download all icons as a .zip file                    

Informations de Base sur l'Extension

Nom Amazing Icon Downloader Amazing Icon Downloader
ID kllljifcjfleikiipbkdcgllbllahaob
URL Officiel https://chromewebstore.google.com/detail/amazing-icon-downloader/kllljifcjfleikiipbkdcgllbllahaob
Description Easily find and download SVG Icons from a certain cloud management portal.
Taille du Fichier 54.02 KB
Nombre d'Installations 6,302
Version Actuelle Version 2.1
Dernière Mise à Jour 2023-09-19
Date de Publication 2020-04-27
Évaluation 4.43/5 Total 14 Évaluations
Développeur Matt LaGrandeur
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazing Icon Downloader",
    "short_name": "Amazing Icon",
    "version": "2.1",
    "version_name": "Version 2.1",
    "description": "Easily find and download SVG Icons from a certain cloud management portal.",
    "author": "Matt LaGrandeur",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "declarativeContent"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    }
}