Copy Image URL

Copy Image URL

Copy image source URLs from Google image search

Merlin
Additional files are visible only to premium users

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"
  }
}