background.html 257 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <title>test</title>
  5. </head>
  6. <body>
  7. 1
  8. <script>
  9. console.log('sdsd')
  10. chrome.tabs.executeScript(tabId, {code: 'document.body.style.backgroundColor="red"'});
  11. </script>
  12. </body>
  13. </html>