简体   繁体   English

使用插件构建器创建mozilla firefox插件

[英]create mozilla firefox addon using addon builder

I want to create FF addon using online addon builder to access browser history,cache contents. 我想使用在线插件构建器创建FF插件来访问浏览器历史记录,缓存内容。 Can i create such addon by directly writing javascript code in "name.js" file in builder? 我可以通过在Builder的“ name.js”文件中直接编写javascript代码来创建此类插件吗? Or any other files is also required to be created except "name.js"? 还是除“ name.js”外还需要创建其他文件? I am very new in this addon development.Thank you. 我对这个插件开发非常陌生。谢谢。

There are 2 types of addons 有2种类型的插件

Extensions: JavaScript and XUL. 扩展:JavaScript和XUL。 You can get started here. 您可以从这里开始

Plugins: NPAPI, the Gecko Plugin API. 插件:NPAPI,Gecko插件API。 You can read the complete guide here . 您可以在此处阅读完整的指南。

There is a nice wizard for generating extension skeletons. 有一个很好的向导可以生成扩展框架。

Basiclly, if you are using this wizard, you will need to know primarly JavaScript. 基本上,如果您使用此向导,则首先需要了解JavaScript。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM