-
-
Save pao/283431 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CmdUtils.makeSearchCommand({ | |
names: ["addons"], | |
icon: "https://addons.mozilla.org/favicon.ico", | |
author: { | |
name: "Patrick O'Leary", | |
email: "[email protected]" | |
}, | |
description: "Searches Mozilla Add-ons for your words", | |
help: "Doesn't show experimental add-ons (like ubiquity) yet. Enter (part of) the name or the description of an add-on. The first 5 results will be displayed in the preview, hit return to go to the search page", | |
url: "https://addons.mozilla.org/en-US/firefox/search?q={QUERY}", | |
defaultUrl: "https://addons.mozilla.org/", | |
arguments: [{role: 'object', nountype: noun_arb_text}], | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment