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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Font Awesome 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" } } |