CSS Highlighter

CSS Highlighter

This extension will inject CSS to highlight areas

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CSS Highlighter",
  "description": "This extension will inject CSS to highlight areas",
  "version": "0.0.0.1",
  "background": {
    "page": "popup.html"
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ]
}