Font Awesome Content Viewer
Display Font awesome character list with icon.
What is Font Awesome Content Viewer?
Font Awesome Content Viewer is a Chrome extension developed by butu25, and its main feature is "Display Font awesome character list with icon.".
Extension Screenshots
Download Font Awesome Content Viewer Extension CRX File
Download Font Awesome Content Viewer 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
Font Awesome Content viewer is panel in "Developer Tools". Credits:- 1. Font Awesome (http://fontawesome.io/) 2. JSCSSP (http://www.glazman.org/JSCSSP/) 3. Logo (LogotypeMaker.com) Inspiration:- 1. A list of Font Awesome icons and their CSS content values (http://astronautweb.co/snippet/font-awesome/)
Extension Basic Information
Name | |
ID | jdngklgdeeomdbdoojkpldaplpkhlojp |
Official URL | https://chrome.google.com/webstore/detail/font-awesome-content-view/jdngklgdeeomdbdoojkpldaplpkhlojp |
Description | Display Font awesome character list with icon. |
File Size | 406 KB |
Installation Count | 393 |
Current Version | 0.1 |
Last Updated | 2014-08-02 |
Publish Date | 2014-08-02 |
Rating | 3.00/5 Total 3 Ratings |
Developer | butu25 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Font Awesome Content Viewer", "version": "0.1", "description": "Display Font awesome character list with icon.", "devtools_page": "devtools.html", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "logo128.png" } } |