foo.html 195 B

1234567891011
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>foo</title>
  6. <script>
  7. chrome.devtools.panels.create('Foo', 'foo.png', 'index.html')
  8. </script>
  9. </head>
  10. </html>