EMV devtools

EMV devtools

This extension displays the context of an element in the chrome devtools "Elements" panel

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "EMV devtools",
  "description": "This extension displays the context of an element in the chrome devtools \"Elements\" panel",
  "version": "1.0.0",
  "devtools_page": "devtools.html",
  "permissions": [
    "tabs"
  ],
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  }
}