iStockLargeComp
Easily download a much larger watermarked image from iStock for use in your visuals.
iStockLargeComp란 무엇입니까?
iStockLargeComp은(는) gingerbeardman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily download a much larger watermarked image from iStock for use in your visuals."입니다.
확장 프로그램 스크린샷
iStockLargeComp 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
iStockLargeComp adds a download large comp link on iStockphoto.com Often you want to use images from iStock in your visuals as temporary placeholders, before you get client agreement and buy the proper image. iStockPhoto has a zoom function that lets you view a larger version of the image. This involves a targeted click on the centre of the image, and further clicks if you wish to save the large comp to your computer. In most instances it's not possible to view this zoomed image at its full size, or easily download it for use in your designs. This extension adds a "Download large comp" link, styled as a green button, that points directly to the zoomed image. Once activated, a green button "Download large comp" will be added to pages that contain a red button "Download this photo". * Clicking the green button will open the zoomed image in a new tab. * Option-clicking the green button will download the image immediately. * Right-clicking on the green button will show a contextual menu with further options. You do not have to be logged in to use this extension. Donations gratefully received at: http://www.gingerbeardman.com/chrome/
확장 프로그램 기본 정보
이름 | iStockLargeComp |
ID | komagngbpbibhkndkibpgjdfbgeeodlh |
공식 URL | https://chromewebstore.google.com/detail/istocklargecomp/komagngbpbibhkndkibpgjdfbgeeodlh |
설명 | Easily download a much larger watermarked image from iStock for use in your visuals. |
파일 크기 | 7.28 KB |
설치 횟수 | 1,731 |
현재 버전 | 3.0 |
최근 업데이트 | 2016-08-23 |
출시 날짜 | 2016-08-23 |
평점 | 4.35/5 총 31 개의 평점 |
개발자 | gingerbeardman |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.gingerbeardman.com/chrome/ |
도움말 페이지 URL | http://www.gingerbeardman.com/chrome/ |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iStockLargeComp", "version": "3.0", "description": "Easily download a much larger watermarked image from iStock for use in your visuals.", "content_scripts": [ { "matches": [ "http:\/\/*.istockphoto.com\/*", "https:\/\/*.istockphoto.com\/*" ], "js": [ "contentscript.js" ], "css": [ "styles.css" ], "run_at": "document_start", "all_frames": false } ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |