1

How to count page onload event on chrome extension? Help me! And alert(count) onload?

  • 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 Answers1

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.

Community
  • 1
  • 1
Satish P
  • 514
  • 2
  • 6