Text URL Linker

Text URL Linker

replace URL with link element. OPTIONs: * no referrer * in newtab * link style

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "text_url_linker.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "ftp://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "en_US",
  "description": "__MSG_extDescription__",
  "icons": {
    "48": "url48.png",
    "128": "url128.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDZYUglUgygvBbuUoaOGhsj1JOBol4q5yimQnpYQ+e+9bxInT5JLL1wwKnhKC1x3WxQYqcmPMQ/guTgJ0cO97sRQrvKBOjEBHQRxiVv183Pdc7xpWpTtLjlghE4zB0uC1ekiSQTciUvEE0Qf4pPppuQChb7Nt7lerXDV7hjdLCazwIDAQAB",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "options_page": "options_page.html",
  "permissions": [
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.4.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "{90f861c0-097d-46c7-942e-387113d43851}"
    }
  }
}