Skip to content

Conversation

@andrew-gaston
Copy link

Creates a Blazor panel in Chrome Developer tools. Clicking the extension (Blazor Icon) in the Chrome toolbar provides an informational message to the user about how to access the Blazor panel.

Instructions for loading the unpacked extension into Chrome
https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked

If this PR is accepted, I will create an issue with a task list for tracking initial development of core functionality.

I've been building a custom version of blazor.webassembly.js from here https://github.com/dotnet/aspnetcore/tree/main/src/Components/Web.JS trying to pinpoint where information about currently rendered components (App, Index, Counter, SurveyPrompt, etc) can be extracted on the client side. If and when these features are identified, this extension should be able to interface with the web page where Chrome Dev Tools is opened and display that information in a user-friendly way.

Creates a Blazor panel in Chrome Developer tools. Clicking the extension (Blazor Icon) in the Chrome toolbar provides an informational message to the user about how to access the Blazor panel.
@andrew-gaston
Copy link
Author

Just noticed I set the version to 1.0 in the manifest, it should probably be changed to 0.0.1 😄

@Nickztar
Copy link
Owner

Love it. This is exactly what I had imagined for the project. Just getting back to it now and will look into this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants