Search for Icons

Allows quick searching for PNG files on Google Images with specific sizes (16x16, 32x32...)

Search for Icons란 무엇입니까?

Search for Icons은(는) https://bytecode77.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows quick searching for PNG files on Google Images with specific sizes (16x16, 32x32...)"입니다.

확장 프로그램 스크린샷

screenshot

Search for Icons 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension is useful to graphic designers and developers who quickly want to find an icon. Whether it's a 16x16 PNG icon for an edit button or a different file type or size. It's a repetitive and exhausting task that is simplified by this extension.

 • Select your size (16x16, 32x32, etc.)
 • Select the file type (PNG, GIF, etc.)
 • Select the type of color you want
 • Enter your search string and find the icon you are looking for

Google Images will pop up with your search. The default task is a 16x16 PNG file with no specific color preference. For this, you only have to enter a search query, while without this extension you would have to pursue multiple steps in Google Image Search.

The extension is designed within the look & feel of Google Chrome.                    

확장 프로그램 기본 정보

이름 Search for Icons Search for Icons
ID egiilgiocmeciobcfpaglgmehcmigbim
공식 URL https://chromewebstore.google.com/detail/search-for-icons/egiilgiocmeciobcfpaglgmehcmigbim
설명 Allows quick searching for PNG files on Google Images with specific sizes (16x16, 32x32...)
파일 크기 39.48 KB
설치 횟수 298
현재 버전 1.1.0
최근 업데이트 2020-11-20
출시 날짜 2017-04-10
평점 5.00/5 총 1 개의 평점
개발자 https://bytecode77.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "bytecode77",
    "homepage_url": "https:\/\/bytecode77.com",
    "name": "Search for Icons",
    "description": "Allows quick searching for PNG files on Google Images with specific sizes (16x16, 32x32...)",
    "version": "1.1.0",
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "browser_action": {
        "default_icon": "icon\/16.png",
        "default_popup": "html\/popup.html"
    },
    "options_ui": {
        "page": "html\/popup.html",
        "chrome_style": true
    }
}