Search for Icons

Allows quick searching for PNG files on Google Images with specific sizes (16x16, 32x32...)

Search for Icons क्या है?

Search for Icons https://bytecode77.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows quick searching for PNG files on Google Images with specific sizes (16x16, 32x32...)"।

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

screenshot

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

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

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

                        This extension is useful to graphic designers and developers who quickly want to find an icon. Whether it's a 16x16 PNG icon for an edit button or a different file type or size. It's a repetitive and exhausting task that is simplified by this extension.

 • Select your size (16x16, 32x32, etc.)
 • Select the file type (PNG, GIF, etc.)
 • Select the type of color you want
 • Enter your search string and find the icon you are looking for

Google Images will pop up with your search. The default task is a 16x16 PNG file with no specific color preference. For this, you only have to enter a search query, while without this extension you would have to pursue multiple steps in Google Image Search.

The extension is designed within the look & feel of Google Chrome.                    

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

नाम Search for Icons Search for Icons
ID egiilgiocmeciobcfpaglgmehcmigbim
आधिकारिक URL https://chromewebstore.google.com/detail/search-for-icons/egiilgiocmeciobcfpaglgmehcmigbim
विवरण Allows quick searching for PNG files on Google Images with specific sizes (16x16, 32x32...)
फ़ाइल का आकार 39.48 KB
स्थापना संख्या 298
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2020-11-20
प्रकाशन तिथि 2017-04-10
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://bytecode77.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "bytecode77",
    "homepage_url": "https:\/\/bytecode77.com",
    "name": "Search for Icons",
    "description": "Allows quick searching for PNG files on Google Images with specific sizes (16x16, 32x32...)",
    "version": "1.1.0",
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "browser_action": {
        "default_icon": "icon\/16.png",
        "default_popup": "html\/popup.html"
    },
    "options_ui": {
        "page": "html\/popup.html",
        "chrome_style": true
    }
}