{ "name": "Copy Link Address", "version": "0.3.5", "description": "Copy link address without right-clicking. Just hover the link and hit Ctrl-C / Cmd-C!", "content_scripts": [ { "matches": [""], "js": ["jquery-latest.min.js", "copylinkaddress.js"] } ], "icons": { "48": "/icons/icon48.png", "128": "/icons/icon128.png" } }