FontAwesome Picker
Quick & easy icon picker
What is FontAwesome Picker?
FontAwesome Picker is a Chrome extension developed by Quentin S., and its main feature is "Quick & easy icon picker".
Extension Screenshots
Download FontAwesome Picker Extension CRX File
Download FontAwesome Picker 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 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/FontAwesome-Picker
Extension Basic Information
Name | FontAwesome Picker |
ID | jifmidhohocnlbpadnpponnngggaeehh |
Official URL | https://chromewebstore.google.com/detail/fontawesome-picker/jifmidhohocnlbpadnpponnngggaeehh |
Description | Quick & easy icon picker |
File Size | 50.54 KB |
Installation Count | 434 |
Current Version | 1.1.0 |
Last Updated | 2017-05-02 |
Publish Date | 2017-05-02 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Quentin S. |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Quick & easy icon picker", "name": "FontAwesome Picker", "manifest_version": 2, "version": "1.1.0", "author": "Quentin S.", "icons": { "32": "app\/img\/icon-32x32.png", "16": "app\/img\/icon-16x16.png", "90": "app\/img\/icon-90x90.png", "64": "app\/img\/icon-64x64.png", "256": "app\/img\/icon-256x256.png", "48": "app\/img\/icon-48x48.png", "128": "app\/img\/icon-128x128.png" }, "browser_action": { "default_icon": { "18": "app\/img\/icon-18x18.png", "32": "app\/img\/icon-32x32.png", "36": "app\/img\/icon-36x36.png", "64": "app\/img\/icon-64x64.png", "38": "app\/img\/icon-38x38.png", "19": "app\/img\/icon-19x19.png" }, "default_popup": "app\/index.html" } } |