Mailing List permalink

Mailing List permalink

Open the mailing list permalink of the (popular webmail client) message you're looking at.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Mailing List permalink",
  "version": "1.0.6",
  "manifest_version": 2,
  "icons": {
    "128": "icon128.png"
  },
  "description": "Open the mailing list permalink of the (popular webmail client) message you're looking at.",
  "permissions": [
    "https://mail.google.com/"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/mail/*view=om*"
      ],
      "js": [
        "jquery.js",
        "untitled.js"
      ]
    }
  ]
}