iStockLargeComp

Easily download a much larger watermarked image from iStock for use in your visuals.

iStockLargeComp क्या है?

iStockLargeComp gingerbeardman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily download a much larger watermarked image from iStock for use in your visuals."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में iStockLargeComp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
}