Releasing extension: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
m (→‎Resources: I forgot the link)
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
Once you have [[Extension development|created an extension]], share it with the community!
Once you have [[Extension development|created an extension]], share it with the community!


There are a few major sites that list extensions for Mozilla products. The most popular and most important one is the official [https://addons.mozilla.org/ addons.mozilla.org].  Other web portals such as [http://www.erweiterungen.de]/ erweiterungen.de] list extensions that are available in certain language (such as german e.g.). There is also an [http://forums.mozillazine.org/viewforum.php?f=19 Extensions forum] at MozillaZine, where many authors announce their extensions and ask for help.
There are a few major sites that list extensions for Mozilla products. The most popular and most important one is the official [https://addons.mozilla.org/ addons.mozilla.org].  Other web portals such as [http://www.erweiterungen.de/ erweiterungen.de] list extensions that are available in certain language (such as german e.g.). There is also an [http://forums.mozillazine.org/viewforum.php?f=19 Extensions forum] at MozillaZine, where many authors announce their extensions and ask for help.


* To submit your extension to addons.mozilla.org, you'll need to create a developer account at https://addons.mozilla.org/developers/ See the [https://addons.mozilla.org/faq.php] on addons.mozilla.org on this topic.
* To submit your extension to addons.mozilla.org, you'll need to create a developer account at https://addons.mozilla.org/developers/ See the [https://addons.mozilla.org/faq.php] on addons.mozilla.org on this topic.
* There are several active people at The Extensions Mirror. They may find your extension themselves, especially if you post on the MozillaZine Extensions forum. However, if they miss your extension for some reason, you can announce it yourself in the [http://www.extensionsmirror.nl/index.php?showforum=11 Announce section].
* There are several active people at Addons Mirror. They may find your extension themselves, especially if you post on the MozillaZine Extensions forum. However, if they miss your extension for some reason, you can announce it yourself in the [http://forum.addonsmirror.net/index.php?showforum=11 Announce section].
* If you start a thread about your extension on the Extensions forum, you will probably receive some valuable feedback there.
* If you start a thread about your extension on the Extensions forum, you will probably receive some valuable feedback there.
* To submit your extension to extensionroom.mozdev.org, you'll need to send an e-mail requesting your addition to database@mozdev.org. See the [http://database.mozdev.org/ database home page] for more information.
* To submit your extension to extensionroom.mozdev.org, you'll need to send an e-mail requesting your addition to database@mozdev.org. See the [http://database.mozdev.org/ database home page] for more information.
Line 14: Line 14:
== Resources ==
== Resources ==
* [https://addons.mozilla.org/ addons.mozilla.org]
* [https://addons.mozilla.org/ addons.mozilla.org]
* [http://www.extensionsmirror.nl/ The Extensions Mirror]
* [http://forum.addonsmirror.net/ Addons Mirror]
* [http://www.erweiterungen.de/ erweiterungen.de]  
* [http://www.erweiterungen.de/ erweiterungen.de]  
* [http://extensionroom.mozdev.org/ Extension Room]
* [http://extensionroom.mozdev.org/ Extension Room]

Latest revision as of 19:41, 5 June 2007

This page is part of the extension development documentation project.

Ask your questions in MozillaZine Forums. Also try browsing example code.

Note: development documentation is in process of being moved to Mozilla Development Center (MDC).

Once you have created an extension, share it with the community!

There are a few major sites that list extensions for Mozilla products. The most popular and most important one is the official addons.mozilla.org. Other web portals such as erweiterungen.de list extensions that are available in certain language (such as german e.g.). There is also an Extensions forum at MozillaZine, where many authors announce their extensions and ask for help.

  • To submit your extension to addons.mozilla.org, you'll need to create a developer account at https://addons.mozilla.org/developers/ See the [1] on addons.mozilla.org on this topic.
  • There are several active people at Addons Mirror. They may find your extension themselves, especially if you post on the MozillaZine Extensions forum. However, if they miss your extension for some reason, you can announce it yourself in the Announce section.
  • If you start a thread about your extension on the Extensions forum, you will probably receive some valuable feedback there.
  • To submit your extension to extensionroom.mozdev.org, you'll need to send an e-mail requesting your addition to database@mozdev.org. See the database home page for more information.

After submitting your extension to addons.mozilla.org it might take severals days or weeks until your extension will be reviewed (and approval will be granted). this is important to keep the quaity of the extensions high and prevent the mozilla user community from malware extensions.

Resources