test: add react-devtools-demo extension artifacts from testing session
Generated during browser_install_popular_extension testing to verify Chrome extension functionality works correctly. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
b480bc9328
commit
7d97fc3e3b
8 changed files with 238 additions and 0 deletions
12
react-devtools-demo/devtools.js
vendored
Normal file
12
react-devtools-demo/devtools.js
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
// React DevTools Panel (Demo)
|
||||
console.log('⚛️ React DevTools Demo - DevTools panel loaded');
|
||||
|
||||
// Create the React panel in DevTools
|
||||
chrome.devtools.panels.create(
|
||||
'React',
|
||||
'icon16.png',
|
||||
'panel.html',
|
||||
function(panel) {
|
||||
console.log('React DevTools panel created');
|
||||
}
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue