Extensions.getAddons.recommended.browseURL: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(whoops, mal-pastage.)
(Add blog link)
 
Line 24: Line 24:
* [[extensions.getAddons.search.url]]
* [[extensions.getAddons.search.url]]
* [[extensions.getAddons.showPane]]
* [[extensions.getAddons.showPane]]
==External links==
* [http://madhava.com/egotism/archive/005011.html Adding on add-ons (Madhava Enros’s blog)]


[[Category:Preferences]]
[[Category:Preferences]]

Latest revision as of 04:18, 30 January 2008

Background

Firefox 3’s Add-ons dialog integrates with addons.mozilla.org to allow users to search and install extensions and themes. The functionality is available in the “Get Add-ons” pane. This preference determines the URL for the “See All Recommended Add-ons” link that appears under the list of recommended add-ons.

Possible values and their effects

The URL to visit when clicking the “See All Recommended Add-ons” link under the recommended add-ons in the “Get Add-ons” pane of the Add-ons dialog. Default value is https://%LOCALE%.add-ons.mozilla.com/%LOCALE%/%APP%/recommended, where %LOCALE% and %APP% are replaced with the value of general.useragent.locale and “firefox”, respectively.

First checked in

2008-01-28 by Dave Townsend

Has an effect in

  • Firefox (nightly builds since 2008-01-28)

Related bugs

Related preferences

External links