Row Highlighter for Gmail™ and Inbox™

Row Highlighter for Gmail™ and Inbox™

Highlights Gmail and Inbox rows on mouse over with nice and shiny colors.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "jquery/jquery-3.2.1.min.js",
      "localStorage.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "engine.js"
      ],
      "matches": [
        "http://mail.google.com/*",
        "https://mail.google.com/*",
        "http://inbox.google.com/*",
        "https://inbox.google.com/*",
        "http://contacts.google.com/*",
        "https://contacts.google.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Highlights Gmail and Inbox rows on mouse over with nice and shiny colors.",
  "icons": {
    "16": "images/extension/16.png",
    "48": "images/extension/48.png",
    "128": "images/extension/128.png"
  },
  "manifest_version": 2,
  "name": "Row Highlighter for Gmail™ and Inbox™",
  "options_ui": {
    "page": "options.html"
  },
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.4.1resigned1",
  "browser_specific_settings": {
    "gecko": {
      "id": "{37170401-c7aa-461d-bbc4-6273e166b07e}"
    }
  }
}