Browser-laptop: Extension: React Developer Tools

Created on 6 Apr 2017  路  3Comments  路  Source: brave/browser-laptop

Extension: React Developer Tools

Needed APIs:

chrome.devtools

  • chrome.devtools.inspectedWindow.eval (docs)
  • chrome.devtools.inspectedWindow.tabId (docs)
  • chrome.devtools.network.onNavigated.addListener (docs)
  • chrome.devtools.network.onNavigated.removeListener (docs)
  • chrome.devtools.panels.create (docs)

chrome.runtime

  • chrome.runtime.connect (docs)
  • chrome.runtime.getURL (docs)
  • chrome.runtime.onConnect.addListener (docs)

chrome.tabs

  • chrome.tabs.executeScript (docs)
featurextensions fixed-with-brave-core wontfix

All 3 comments

Until this issue is resolved, these docs regarding using electron-devtools-installer are incorrect and confusing.

When we move to brave-core (which is just around the corner), we should have full support for extensions. Stay tuned 馃槃

Was this page helpful?
0 / 5 - 0 ratings

Related issues

antiroyalty picture antiroyalty  路  3Comments

bbondy picture bbondy  路  3Comments

stevespringett picture stevespringett  路  3Comments

jkup picture jkup  路  3Comments

eljuno picture eljuno  路  3Comments