Extensions.getAddons.recommended.browseURL: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
 
(Add blog link)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


==Background==
==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 results” link that appears when the user performs a search.
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==
==Possible values and their effects==
The URL to visit when clicking the “See all results” link under search results in the “Get Add-ons” pane of the Add-ons dialog. Default value is '''<nowiki>https://%LOCALE%.add-ons.mozilla.com/%LOCALE%/%APP%/search?q=%TERMS%</nowiki>''', where %LOCALE%, %APP%, and %TERMS% are replaced with the value of [[general.useragent.locale]], “firefox”, and the user’s search terms, respectively.
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 '''<nowiki>https://%LOCALE%.add-ons.mozilla.com/%LOCALE%/%APP%/recommended</nowiki>''', where %LOCALE% and %APP% are replaced with the value of [[general.useragent.locale]] and “firefox”, respectively.


==First checked in==
==First checked in==
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