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
什么是Font Awesome Icon Finder?
Font Awesome Icon Finder是由CS76开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to search, preview and choose Font Awesome icons and copy the HTML code / Unicode to the clipboard”。
扩展截图
下载Font Awesome Icon Finder扩展crx文件
下载Font Awesome Icon Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | kjejboahkcobalmgldloeinebmbomgog |
| 官方URL | https://chromewebstore.google.com/detail/font-awesome-icon-finder/kjejboahkcobalmgldloeinebmbomgog |
| 简介 | This extension allows you to search, preview and choose Font Awesome icons and copy the HTML code / Unicode to the clipboard |
| 文件大小 | 1.01 MB |
| 安装次数 | 6,226 |
| 当前版本 | 1.4 |
| 更新时间 | 2018-12-15 |
| 上架时间 | 2018-12-15 |
| 评分 | 4.11/5 共9次评分 |
| 开发者 | CS76 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
}
} | |