No Link Underline

No Link Underline

Removes unsightly underlines from html links.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "No Link Underline",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.42",
  "manifest_version": 2,
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "http://*/",
        "https://*/",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery-1.8.3.js",
        "nulchecker.js"
      ],
      "css": [
        "underlineUpdate.css"
      ]
    }
  ],
  "description": "Removes unsightly underlines from html links. ",
  "icons": {
    "16": "NoUnderLineLinks16.png",
    "48": "NoUnderLineLinks48.png",
    "128": "NoUnderLineLinks128.png"
  }
}