帮助我完成我的第一个 Mozilla 扩展
我是 Mozilla 扩展的新手,我一直在尝试按照本教程构建“hello world”https:// developer.mozilla.org/en/Building_an_Extension 但不幸的是,当我使用开发配置文件启动 Firefox 时,状态栏右侧没有显示任何内容。我已经检查了很多次,没有发现我的代码或文件模式有任何错误。我正在按照他们在该教程中所说的一切进行操作。现在我严重怀疑这个教程有什么问题吗?他们是否错过了我应该知道的任何事情?请帮帮我
I am new to Mozilla extensions and i have been trying to build the "hello world" following this tutorial https://developer.mozilla.org/en/Building_an_Extension but unfortunately its not showing anything on the right of my status bar when i start Firefox with my development profile. I have checked everything many times and not found any mistake in my code or file pattern. I'm doing everything they say in that tutorial. Now I'm seriously getting doubts on this tutorial is there something wrong with it ? have they missed out on anything that i should know? help me out here please
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想发布有关构建 Firefox 扩展的教程的信息,它有重大缺陷,导致没有输出其中所说的内容,我已经报告了它,对于初学者来说,这里是另一个非常有用的链接,感谢它我能够构建我的扩展。
http://blog.mozilla。 com/addons/2009/01/28/how-to-develop-a-firefox-extension/
I would like to post this information about that tutorial on building firefox extensions that it has major flaws in it which result in no output of what is being said in it, i have reported it and for starters here is another very helpful link thanks to which i was able to build my extension.
http://blog.mozilla.com/addons/2009/01/28/how-to-develop-a-firefox-extension/