标签: firefox events firefox-addon toolbar
有谁知道在firefox的工具栏上找到事件发生的人。 我想在firefox中的工具栏上进行事件记录。
由于
答案 0 :(得分:9)
请点击此链接,这会为您提供想法和代码段,告诉您如何使用工具栏通知任何事件。还有一个例子,你可以进一步扩展它或以你自己的方式使用它。
https://developer.mozilla.org/en/Code_snippets/Progress_Listeners#Example.3a_Notification_when_the_value_in_Address_Bar_changes
希望这会有所帮助:)