Gmail Row Highlighter

Gmail Row Highlighter

Highlights Gmail rows on mouse over. It's a simple css injection. Link to source is on the sidebar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Gmail Row Highlihter",
  "version": "1.1",
  "description": "Highlights gmail rows on mouse over.",
  "content_scripts": [
    {
      "matches": [
        "*://mail.google.com/*"
      ],
      "css": [
        "highlight.css"
      ]
    }
  ]
}