Copy Image URL

Copy image source URLs from Google image search

What is Copy Image URL?

Copy Image URL is a Chrome extension developed by Unknown, and its main feature is "Copy image source URLs from Google image search".

Extension Screenshots

screenshot

Download Copy Image URL Extension CRX File

Download Copy Image URL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allows you to copy an image source URL from the Google image search results                    

Extension Basic Information

Name Copy Image URL Copy Image URL
ID okellkdngnddldceghgglinloadinfgg
Official URL https://chromewebstore.google.com/detail/copy-image-url/okellkdngnddldceghgglinloadinfgg
Description Copy image source URLs from Google image search
File Size 39.65 KB
Installation Count 1,468
Current Version 1.2
Last Updated 2020-04-27
Publish Date 2020-04-27
Rating 5.00/5 Total 4 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/hooblei/cisu
Help Page URL https://github.com/hooblei/cisu
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Image URL",
    "version": "1.2",
    "description": "Copy image source URLs from Google image search",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "cisu.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}