Font Awesome Content Viewer
Display Font awesome character list with icon.
什么是Font Awesome Content Viewer?
Font Awesome Content Viewer是由butu25开发的Chrome扩展程序,该扩展的主要功能是“Display Font awesome character list with icon.”。
扩展截图
下载Font Awesome Content Viewer扩展crx文件
下载Font Awesome Content Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/)
扩展基本信息
名称 | |
ID | jdngklgdeeomdbdoojkpldaplpkhlojp |
官方URL | https://chrome.google.com/webstore/detail/font-awesome-content-view/jdngklgdeeomdbdoojkpldaplpkhlojp |
简介 | Display Font awesome character list with icon. |
文件大小 | 406 KB |
安装次数 | 393 |
当前版本 | 0.1 |
更新时间 | 2014-08-02 |
上架时间 | 2014-08-02 |
评分 | 3.00/5 共3次评分 |
开发者 | butu25 |
付费类型 | free |
支持的语言 | 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" } } |