TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Any suggested links for Firefox extension development?

1 点作者 gregp超过 17 年前
I found a few sites via google, most of them are old and seem out of date - any suggestions?<p>Thanks

2 条评论

utnick超过 17 年前
<a href="http://roachfiend.com/archives/2004/12/08/how-to-create-firefox-extensions/" rel="nofollow">http://roachfiend.com/archives/2004/12/08/how-to-create-fire...</a><p>I read that guys article to get the basics down, also he has a good batch file for compiling the extension on windows that I use<p>I go to xulplanet.com or mozilla for specific or in depth things
brianr超过 17 年前
Existing extensions are a great source for example code... as long as they're written in JavaScript, extensions are as open source as HTML pages. Just download the extension and unzip it.