Create Google Chrome extensions,start after load !?
Hello folks
I have created a Chrome extension.
So far everything is fine.
The extension works like this, I am on the desired page. there I click on my extension at the top left and then on a button
Now my extension works as desired.
But now I want the extension to start as soon as the page is loaded? How and where do I do this exactly?
I am already grateful for any help
1 Reply
I have not too much experience with extensions, but probably you want this tab event
https://developer.chrome.com/docs/extensions/reference/tabs/#event-onUpdated
Chrome for Developers
chrome.tabs - Chrome for Developers
Build the next generation of web experiences.