Open mrfzd opened 1 year ago
Any idea?
You need to communicate popup with content script - use communication https://developer.chrome.com/docs/extensions/develop/concepts/messaging To run a script use executeScript or just normal content_script https://github.com/crxjs/chrome-extension-tools/issues/859
First of all, thank you for this great boilerplate project! It's simply awesome and well put together! So thank you so much for the all efforts, time and the LOVE you have put into this so far!
So after fiddling around, I've been trying to figure out a way to read DOM elements (for any given website that I open up the the Chrome ext. popup)? Also, how could I highlight and inject elements into any given website i.e. google.com (via the popup)?
Thank you