Extends the Chrome Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews. https://leviolson.com/posts/chrome-ext-better-network-panel
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
184 B

4 years ago
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Devtools Page</title>
  5. <script src="background.js"></script>
  6. <script src="devtools.js"></script>
  7. </head>
  8. <body>
  9. </body>
  10. </html>