Font Awesome Icon Finder

This extension allows you to search, preview and choose Font Awesome icons and copy the HTML code / Unicode to the clipboard

Font Awesome Icon Finder क्या है?

Font Awesome Icon Finder CS76 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to search, preview and choose Font Awesome icons and copy the HTML code / Unicode to the clipboard"।

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

screenshot
screenshot

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

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

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

                        This Chrome extension enables you as a developer to search, preview and choose Font Awesome icons. The Multiple sizes preview and copy to clipboard feature copies the HTML / Unicode for you to use in your project with out typing it all by yourselves, there by increasing your productivity. 

I would appreciate your feedback to make this extension better :)

If you are looking for FontAwesome 5 / FontAwesome 4 / Material / OpenIconic / Foundation icons install the  "icon-search" extension - https://chrome.google.com/webstore/detail/icon-search/bkijbakibakefmcoobcnfdkfhhbmgiek?hl=en-GB

Powered by VueJS, using its runtime-only build and Algolia

Code is licensed under MIT License (An Open Source Initiative)
https://github.com/CS76/fontawesome-icon-finder                    

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

नाम Font Awesome Icon Finder Font Awesome Icon Finder
ID kjejboahkcobalmgldloeinebmbomgog
आधिकारिक URL https://chromewebstore.google.com/detail/font-awesome-icon-finder/kjejboahkcobalmgldloeinebmbomgog
विवरण This extension allows you to search, preview and choose Font Awesome icons and copy the HTML code / Unicode to the clipboard
फ़ाइल का आकार 1.01 MB
स्थापना संख्या 6,226
वर्तमान संस्करण 1.4
अंतिम अपडेट 2018-12-15
प्रकाशन तिथि 2018-12-15
रेटिंग 4.11/5 कुल 9 रेटिंग्स
डेवलपर CS76
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Font Awesome Icon Finder",
    "description": "This extension allows you to search, preview and choose Font Awesome icons and copy the HTML code \/ Unicode to the clipboard",
    "version": "1.4",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Font Awesome Icons"
    },
    "permissions": [],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}