Amazing Icon Downloader

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

Amazing Icon Downloader क्या है?

Amazing Icon Downloader Matt LaGrandeur द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily find and download SVG Icons from a certain cloud management portal."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Amazing Icon Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Amazing Icon Downloader Amazing Icon Downloader
ID kllljifcjfleikiipbkdcgllbllahaob
आधिकारिक URL https://chromewebstore.google.com/detail/amazing-icon-downloader/kllljifcjfleikiipbkdcgllbllahaob
विवरण Easily find and download SVG Icons from a certain cloud management portal.
फ़ाइल का आकार 54.02 KB
स्थापना संख्या 6,302
वर्तमान संस्करण Version 2.1
अंतिम अपडेट 2023-09-19
प्रकाशन तिथि 2020-04-27
रेटिंग 4.43/5 कुल 14 रेटिंग्स
डेवलपर Matt LaGrandeur
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        }
    }
}