Find Images
Quickly find images from selected text
Find Images란 무엇입니까?
Find Images은(는) Michael Kofron에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly find images from selected text"입니다.
확장 프로그램 스크린샷
Find Images 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Find Images adds a "Find Image" functionality to the context menu when text is selected/highlighted and right-clicked. This extension makes searching Google Images, Imgur, Flickr, or Getty Images one click faster, which could potentially save an incredible amount of time if this action occurs often (as it does for most web users). The different platform searches provided offer different selections of images. For example, searching with Getty Images returns stock photos.
확장 프로그램 기본 정보
이름 | Find Images |
ID | fpmncbklomdknphhhngpcoloaehnnfcf |
공식 URL | https://chromewebstore.google.com/detail/find-images/fpmncbklomdknphhhngpcoloaehnnfcf |
설명 | Quickly find images from selected text |
파일 크기 | 21.97 KB |
설치 횟수 | 51 |
현재 버전 | 1.3 |
최근 업데이트 | 2020-02-25 |
출시 날짜 | 2020-02-25 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Michael Kofron |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Find Images", "description": "Quickly find images from selected text", "version": "1.3", "manifest_version": 2, "permissions": [ "contextMenus" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |