CSS debug alignment

CSS debug alignment

Add background-color on all elements to debug css alignment

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 debug alignment",
  "description": "Add background-color on all elements to debug css alignment",
  "version": "2.1",
  "permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_title": "CSS debug alignment",
    "default_icon": "img/icon.png",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  }
}