MaterialDesignIcons Picker

Quick & easy icon picker

MaterialDesignIcons Picker क्या है?

MaterialDesignIcons Picker Quentin S. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick & easy icon picker"।

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

screenshot
screenshot

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

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

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

                        "Material Design Icons' growing icon collection allows designers and developers targeting various platforms to download icons in the format, color and size they need for any project."

This extension allows you to easily find a suitable icon for your needs, right from your browser!

This project is open-source, don't hesitate to contribute! https://github.com/chteuchteu/MaterialDesignIcons-Picker                    

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

नाम MaterialDesignIcons Picker MaterialDesignIcons Picker
ID edjaedpifkihpjkcgknfokmibkoafhme
आधिकारिक URL https://chromewebstore.google.com/detail/materialdesignicons-picke/edjaedpifkihpjkcgknfokmibkoafhme
विवरण Quick & easy icon picker
फ़ाइल का आकार 5.47 MB
स्थापना संख्या 7,312
वर्तमान संस्करण 3.13.0
अंतिम अपडेट 2023-01-23
प्रकाशन तिथि 2020-05-26
रेटिंग 4.80/5 कुल 10 रेटिंग्स
डेवलपर Quentin S.
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/chteuchteu/MaterialDesignIcons-Picker
सहायता पृष्ठ URL https://github.com/chteuchteu/MaterialDesignIcons-Picker/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MaterialDesignIcons Picker",
    "description": "Quick & easy icon picker",
    "version": "3.13.0",
    "icons": {
        "16": "dist\/img\/icon-16x16.png",
        "32": "dist\/img\/icon-32x32.png",
        "48": "dist\/img\/icon-48x48.png",
        "64": "dist\/img\/icon-64x64.png",
        "90": "dist\/img\/icon-90x90.png",
        "128": "dist\/img\/icon-128x128.png",
        "256": "dist\/img\/icon-256x256.png"
    },
    "author": "Quentin S.",
    "permissions": [
        "downloads"
    ],
    "browser_action": {
        "default_popup": "dist\/index.html",
        "default_icon": {
            "18": "dist\/img\/icon-18x18.png",
            "19": "dist\/img\/icon-19x19.png",
            "32": "dist\/img\/icon-32x32.png",
            "36": "dist\/img\/icon-36x36.png",
            "38": "dist\/img\/icon-38x38.png",
            "64": "dist\/img\/icon-64x64.png"
        }
    },
    "content_security_policy": "script-src 'self' 'sha256-4i\/UgFRq5GV5\/zCG+l3zFewouX2lYeboafDGhFLhxvs=' 'sha256-ElK29RD3NLaU5hBAN\/K5uzZjOlErtdlryb+CNRZVIPU='; object-src 'self'"
}