Copy URL text

Copy URL text

A tool to decode URL when copying links from a web page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Copy URL text",
  "description": "A tool to decode URL when copying links from a web page.",
  "version": "0.0.0.2",
  "manifest_version": 2,
  "permissions": [
    "https://myteams.toyota.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://myteams.toyota.com/*"
      ],
      "js": [
        "oncopy.js"
      ]
    }
  ]
}