Iconify Search Extension

Search Iconify icons right on your web browser.

Iconify Search Extension क्या है?

Iconify Search Extension https://iconify-search.vercel.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search Iconify icons right on your web browser."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Search through 150,000 open source icons ready to be used in your next project!

Tired of searching a proper icon and want to maintain consistency between your icons? Iconify Search helps you by navigating through an extensive catalog of icons and several icon packs that you can search from - al within your browser. The icons are provided by Iconify.design, and every icon pack is designed by a plethora of talented people.

What can you expect from this extension?
- Hassle-free icons search
- Narrow down your search by selecting an icon pack
- Copy an icon's SVG directly from your extension
- Copy its identifier so you can use it inside your web/native project
- More features coming soon!

Iconify.design website is good but we wanted to offer you a better way to find your icons, and easily import them in your required technology.

All icon packs are open source and you can use them without worries. Attributions goes to the corresponding designers who crafted them.                    

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

नाम Iconify Search Extension Iconify Search Extension
ID giledbfknmilhcidlelgochpiohilhhc
आधिकारिक URL https://chromewebstore.google.com/detail/iconify-search-extension/giledbfknmilhcidlelgochpiohilhhc
विवरण Search Iconify icons right on your web browser.
फ़ाइल का आकार 202 KB
स्थापना संख्या 49
वर्तमान संस्करण 1.1.3
अंतिम अपडेट 2023-05-03
प्रकाशन तिथि 2023-05-02
डेवलपर https://iconify-search.vercel.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://iconify-search.vercel.app/
सहायता पृष्ठ URL https://iconify-search.vercel.app/
गोपनीयता नीति पृष्ठ URL https://iconify-search.vercel.app
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Iconify Search Extension",
    "version": "1.1.3",
    "description": "Search Iconify icons right on your web browser.",
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/api.gumroad.com\/*",
                "https:\/\/api.iconify.design\/*"
            ],
            "css": [
                "contentStyle.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "contentStyle.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "https:\/\/api.gumroad.com\/*",
                "https:\/\/api.iconify.design\/*"
            ]
        }
    ]
}