Differen-CSS

Differen-CSS

Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Differen-CSS",
  "version": "0.11",
  "description": "Extends the Developer Tools, adding a panel that displays all othe css changes made in the current page",
  "devtools_page": "main-differen-css.html",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "file:///*/*"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "web_accessible_resources": [
    "inpage-differen-css.js"
  ],
  "manifest_version": 2
}