Icon Search
Search, preview and choose your favourite icons from Cryptocoins/FontAwesome 5/FontAwesome 4/Material/OpenIconic/Foundation
Icon Search란 무엇입니까?
Icon Search은(는) CS76에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search, preview and choose your favourite icons from Cryptocoins/FontAwesome 5/FontAwesome 4/Material/OpenIconic/Foundation"입니다.
확장 프로그램 스크린샷
Icon Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Smarter and more productive than before Cryptocoins search is available now.... This Chrome extension enables you as a developer to search, preview and choose Cryptocoins / Font Awesome icons / Material icons / Foundation icons / OpenIconic icons from one single search interface. The Multiple sizes and styles preview enables you to copy the HTML / Unicode / CSS to your clipboard for you to use in your project with out typing it all by yourselves, there by increasing your code quality and productivity. You can now relax and focus on actually what matters that is the design. I would appreciate your feedback to make this extension better :) Support the extension Patreon - https://www.patreon.com/cs76 Paypal - https://www.paypal.me/cs76 Powered by VueJS, using its runtime-only build and Algolia Code is licensed under MIT License (An Open Source Initiative) https://github.com/cs76/icon-search
확장 프로그램 기본 정보
이름 | Icon Search |
ID | bkijbakibakefmcoobcnfdkfhhbmgiek |
공식 URL | https://chromewebstore.google.com/detail/icon-search/bkijbakibakefmcoobcnfdkfhhbmgiek |
설명 | Search, preview and choose your favourite icons from Cryptocoins/FontAwesome 5/FontAwesome 4/Material/OpenIconic/Foundation |
파일 크기 | 2.59 MB |
설치 횟수 | 596 |
현재 버전 | 1.3 |
최근 업데이트 | 2018-10-10 |
출시 날짜 | 2018-10-10 |
평점 | 3.67/5 총 9 개의 평점 |
개발자 | CS76 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://cs76.github.io/icon-search/ |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Icon Search", "description": "Search, preview and choose your favourite icons from Cryptocoins\/FontAwesome 5\/FontAwesome 4\/Material\/OpenIconic\/Foundation", "version": "1.3", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Icon Search" }, "permissions": [], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |