如何快速编写一个firefox扩展?

发布于 2024-10-07 06:03:49 字数 256 浏览 7 评论 0原文

我要做一个 firefox 扩展,它将注入一些 js 代码以及整个 jQuery 库。 我希望当用户按下浏览器中某处的按钮时发生(注入)。我已经阅读了 MDC 的文档和其他有关扩展的教程,它们对我来说似乎很复杂。 XPCOM或XUL之类的技术对我来说完全没有用处(事实上我没有时间学习它们)。我的问题是,除了 MDC 之外,这是解决我的问题的另一种方法吗?我需要找到更快的方法来完成我的任务。 我已经为 Google Chrome 编写了扩展程序,它比为 Firefox 编写的扩展程序简单得多。

I'm to make a firefox extension which will inject some js code as well as whole jQuery lib.
I want it to happen (the injection) when user pushes the button placed somewhere in the browser. I have read docs form MDC and other tutorials about making the extensions and they seem complicated to me. Technologies such as XPCOM or XUL are completely useles form me (I have no time to learn them in fact). My question is, is it another way of solving my problem then following MDC? I need to find quicker way of doing my task.
I've already written the extension for Google Chrome, and it was a way simplier than doing it for Firefox.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

寄居者 2024-10-14 06:03:49

我会看一下 Greasemonkey。它在功能上与 Chrome 插件有一些相似之处(脚本被注入到页面、本地存储等)。至于将 JQuery 与 Greasemonkey 一起使用,请看这个问题: How can I use jQuery in油猴?

I would take a look at Greasemonkey. It shares some similarity with Chrome plugins in function (Script gets injected on the page, local storage, etc). As for using JQuery with Greasemonkey, look at this question: How can I use jQuery in Greasemonkey?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文