How to debug
CarsonSlovoka opened this issue · 2 comments
CarsonSlovoka commented
How to debug
CarsonSlovoka commented
-
Right-click on your icon, click
Inspect popup on your browser
, and then find your source start debugging.
and you can directly inspect (F12) on the webpage. Click the Console
tab, it will show you a source id(for example VM87:3
) You can click it, and then start debugging.
chrome/tutorials/extensions/console-alert/static/js/main.js
Lines 5 to 16 in d04f38c
CarsonSlovoka commented
Getting variables outside executeScript in chrome extension: https://stackoverflow.com/a/68622659/9935654