FontAwesome Picker
Quick & easy icon picker
什么是FontAwesome Picker?
FontAwesome Picker是由Quentin S.开发的Chrome扩展程序,该扩展的主要功能是“Quick & easy icon picker”。
扩展截图
下载FontAwesome Picker扩展crx文件
下载FontAwesome Picker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | jifmidhohocnlbpadnpponnngggaeehh |
| 官方URL | https://chromewebstore.google.com/detail/fontawesome-picker/jifmidhohocnlbpadnpponnngggaeehh |
| 简介 | Quick & easy icon picker |
| 文件大小 | 50.54 KB |
| 安装次数 | 434 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2017-05-02 |
| 上架时间 | 2017-05-02 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | Quentin S. |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
}
} | |