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
What is Font Awesome Icon Finder?
Font Awesome Icon Finder is a Chrome extension developed by CS76, and its main feature is "This extension allows you to search, preview and choose Font Awesome icons and copy the HTML code / Unicode to the clipboard".
Extension Screenshots
Download Font Awesome Icon Finder Extension CRX File
Download Font Awesome Icon Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Font Awesome Icon Finder |
ID | kjejboahkcobalmgldloeinebmbomgog |
Official URL | https://chromewebstore.google.com/detail/font-awesome-icon-finder/kjejboahkcobalmgldloeinebmbomgog |
Description | This extension allows you to search, preview and choose Font Awesome icons and copy the HTML code / Unicode to the clipboard |
File Size | 1.01 MB |
Installation Count | 6,226 |
Current Version | 1.4 |
Last Updated | 2018-12-15 |
Publish Date | 2018-12-15 |
Rating | 4.11/5 Total 9 Ratings |
Developer | CS76 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |