About debugging chrome extension

前端 未结 2 1519
渐次进展
渐次进展 2020-12-10 00:50

I am learning chrome extension by example. Here is the example I currently learning: http://www.chrome-extensions.net/extensions/mappy/

There are three JavaScript fi

相关标签:
2条回答
  • 2020-12-10 01:30

    background.js is loaded in the background. To inspect it visit chrome://extensions, find the loaded extension, and "inspect active views" for the background script.

    Edit

    Below is a screenshot of the chrome extensions page. A click on the link background page opens the background page for this extension.

    Additional information

    EDIT 2020

    Here is how you can see the content scripts and debug,

    0 讨论(0)
  • 2020-12-10 01:41

    Nowadays you have to install a Chrome extension to allow you to inspect the view of a page, specifically the Develop and Debug Chrome Apps & Extensions

    0 讨论(0)
提交回复
热议问题