How to count page onload event on chrome extension? Help me! And alert(count) onload?
Asked
Active
Viewed 601 times
1
-
Welcome to the community! Do you have any code examples you can provide us with so we can better understand what you are trying to accomplish? – Sam Holmes Sep 08 '14 at 07:50
1 Answers
0
Form what I understand, You could use the chrome.tabs.onUpdated event to detect page loads, more specifically, the "complete" status.
On page load event in Chrome extensions
Have a Global variable, increment the same and then show alert.