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.”。

擴展截圖

screenshot

下載iStockLargeComp擴展crx文件

下載iStockLargeComp擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 iStockLargeComp
ID komagngbpbibhkndkibpgjdfbgeeodlh
官方網址 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
}