Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Extension: React Developer Tools #8095

Closed
jonathansampson opened this issue Apr 5, 2017 · 3 comments
Closed

Extension: React Developer Tools #8095

jonathansampson opened this issue Apr 5, 2017 · 3 comments
Labels
feature/extensions fixed-with-brave-core This issue will automatically resolved with the replacement of Muon with Brave Core. wontfix

Comments

@jonathansampson
Copy link
Collaborator

jonathansampson commented Apr 5, 2017

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)
@jeroenvisser101
Copy link

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

@bsclifton bsclifton added this to the Triage Backlog milestone Nov 27, 2017
@srirambv
Copy link
Collaborator

+1 from https://community.brave.com/t/add-extension-react-dev-tools-to-use-brave-as-browser-to-test-and-analize-components-of-react-technologies/21877/2

@bsclifton
Copy link
Member

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

@bsclifton bsclifton added wontfix fixed-with-brave-core This issue will automatically resolved with the replacement of Muon with Brave Core. labels Aug 24, 2018
@bsclifton bsclifton removed this from the Triage Backlog milestone Aug 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature/extensions fixed-with-brave-core This issue will automatically resolved with the replacement of Muon with Brave Core. wontfix
Projects
None yet
Development

No branches or pull requests

4 participants