0

Is it possible to send data from an content script to a developer tools tab panel? I am writing an extension and need to pass data from the inject.js file to my dev tools panel extension.

"content_scripts": [
  {
    "matches": ["<all_urls>"],
    "js": ["assets/js/inject.js"],
     "run_at": "document_end"
  }
]
Xan
  • 74,770
  • 16
  • 179
  • 206
Subtubes
  • 15,851
  • 22
  • 70
  • 105
  • 1
    Pssst. That's not how you format code blocks. – Xan Dec 05 '14 at 09:59
  • possible duplicate of [content script to devtools.js to my new panel](http://stackoverflow.com/questions/14265880/content-script-to-devtools-js-to-my-new-panel) – Xan Dec 05 '14 at 10:01

0 Answers0