I am currently writing my first extension for Safari 5. I can't find a reference on what events an extension can react.
I want my extension to react on these events:
- when a new tab is created.
- when a new browser windows is created.
- when the URL inside a tab changes.
Is this possible?