--- title: Dodatki slug: Mozilla/Add-ons tags: - Add-ons - NeedsTranslation - TopicStub translation_of: Mozilla/Add-ons ---
Modyfikacje i rozszerzenia programu Mozilla

Dodatki dodają nowych funkcji do aplikacji bazujących na Gecko takich jak Firefox, SeaMonkey i Thunderbird. Istnieją dwa główne typy dodatków : Rozszerzenia, które dodają nowych właściwości do programu, oraz motywy które zmieniają wygląd programu

Dla obu rodzajów rozszerzeń, Mozilla wprowadziła specjalną stronę addons.mozilla.org, znaną również jako "AMO" . submit add-ons to AMO they are reviewed, and after passing review they are made available to users. You don't have to submit add-ons to AMO, but if you do, users can take confidence in the fact that they have been reviewed, and you can benefit from AMO's visibility as a source for useful add-ons.

Add-ons can greatly affect the behaviour of the application that hosts them. We've developed a set of guidelines to help ensure that they provide a good experience to users. These guidelines apply for all sorts of add-ons, whether they are hosted at addons.mozilla.org or not.


Rozszerzenia

Rozszerzenia dodają nową funkcjonalność do aplikacji Mozilla takich jak Firefox czy Thunderbird. Mogą dodawać nowe funkcje do przeglądarki, na przykład inny sposób zarządzania zakładkami. Mogą także modyfikować zawartość witryn, by ulepszyć użytkowanie i bezpieczeństwo określonych stron.

Istnieją trzy różne techniki, których możesz użyć, by stworzyć rozszerzenie: rozszerzenia bazujące na dodatkach SDK, rozszerzenia niewymagające restartu (bootstrap) oraz rozszerzenia legacy.

If you can, it's advisable to use the Add-on SDK, which uses the restartless extension mechanism but simplifies certain tasks and cleans up after itself. If the Add-on SDK isn't sufficient for your needs, implement a manual restartless extension instead. Overlay extensions are mostly obsolete now, although there are still many of them in the wild.

For more information on choosing which technique to use, read this comparison.

Good practices

No matter how you develop an extension, there are some guidelines you can follow to help ensure your extension provides as good a user experience as possible.

Performance
Ensuring your extension is fast, responsive and memory-efficient.
Security
Ensuring your extension doesn't expose the user to malicious websites.
Etiquette
Ensuring your extension plays nicely with other extensions.

Application-specific

Most of the documentation assumes you're developing for Firefox Desktop. If you're developing for some other Gecko-based application, there are major differences you need to know about.

Thunderbird
Developing extensions for the Thunderbird mail client.
Firefox for Android
Developing extensions for Firefox for Android.
SeaMonkey
Developing extensions for the SeaMonkey software suite.

Motywy

Motywy to dodatki modyfikujące interfejs użytkownika. Istnieją dwa rodzaje motywów: lekkie  i kompletne motywy.

Lekkie motywy są prostsze w implementacji od kompletnych motywów, ale są też bardzo ograniczone.

kompletnymi motywami możesz dokonywać głębszych modyfikacji w UI. Dokumentacja tych motywów jest nieaktualna, ale jest tutaj podlinkowana zaktualizowana wersja.


Inne rodzaje dodatków

Search engine plugins are a simple and very specific type of add-on: they add new search engines to the browser's search bar.

Plugins help the application understand content that it does not natively support. We're in the process of deprecating support for these plugins, as they have a history of causing stability, performance, and security problems.

{{AddonSidebar}}