Iconify Search Extension

Search Iconify icons right on your web browser.

Iconify Search Extension란 무엇입니까?

Iconify Search Extension은(는) https://iconify-search.vercel.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search Iconify icons right on your web browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Iconify Search Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Search through 150,000 open source icons ready to be used in your next project!

Tired of searching a proper icon and want to maintain consistency between your icons? Iconify Search helps you by navigating through an extensive catalog of icons and several icon packs that you can search from - al within your browser. The icons are provided by Iconify.design, and every icon pack is designed by a plethora of talented people.

What can you expect from this extension?
- Hassle-free icons search
- Narrow down your search by selecting an icon pack
- Copy an icon's SVG directly from your extension
- Copy its identifier so you can use it inside your web/native project
- More features coming soon!

Iconify.design website is good but we wanted to offer you a better way to find your icons, and easily import them in your required technology.

All icon packs are open source and you can use them without worries. Attributions goes to the corresponding designers who crafted them.                    

확장 프로그램 기본 정보

이름 Iconify Search Extension Iconify Search Extension
ID giledbfknmilhcidlelgochpiohilhhc
공식 URL https://chromewebstore.google.com/detail/iconify-search-extension/giledbfknmilhcidlelgochpiohilhhc
설명 Search Iconify icons right on your web browser.
파일 크기 202 KB
설치 횟수 49
현재 버전 1.1.3
최근 업데이트 2023-05-03
출시 날짜 2023-05-02
개발자 https://iconify-search.vercel.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://iconify-search.vercel.app/
도움말 페이지 URL https://iconify-search.vercel.app/
개인정보 보호 정책 페이지 URL https://iconify-search.vercel.app
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Iconify Search Extension",
    "version": "1.1.3",
    "description": "Search Iconify icons right on your web browser.",
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/api.gumroad.com\/*",
                "https:\/\/api.iconify.design\/*"
            ],
            "css": [
                "contentStyle.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "contentStyle.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "https:\/\/api.gumroad.com\/*",
                "https:\/\/api.iconify.design\/*"
            ]
        }
    ]
}