Outliner CSS

Outliner CSS

A totally awesome structure and layout debugger that inserts CSS outlines to all elements.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Outliner CSS",
  "description": "A totally awesome structure and layout debugger that inserts CSS outlines to all elements.",
  "version": "1.0.1",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_title": "Outliner CSS",
    "default_icon": "icon_19.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "manifest_version": 2
}