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
/* This is a template command. */ | |
CmdUtils.CreateCommand({ | |
names: ["new tab","new-tab"], | |
icon: "http://www.mozilla.com/favicon.ico", | |
description: "Opens the passed URL in a new tab", | |
help: "open-in-new-tab http://www.mozilla.com", | |
author: {name: "Scott Hosfeld", email: "[email protected]"}, | |
license: "GPL", | |
homepage: "", | |
arguments: [{role: 'object', nountype: noun_arb_text, label:"url"}], |
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
/* Updated for Ubiquity parser 2 */ | |
CmdUtils.CreateCommand({ | |
names: ["track-package", "track"], | |
author: {name: "Scott Hosfeld", email: "[email protected]"}, | |
license: "GPL", | |
description: "Tracks packages via Fedex, UPS, USPS, DHL", | |
help: "Pass the tracking number along", | |
arguments: [{role:"object", nountype: noun_arb_text, label:"Tracking Number"}], | |