/* INDE - Ubiquity - Kaywa Any Selection to QR code. */
CmdUtils.CreateCommand({
  names: ["Q","QR","QR code","code"],
  description: "Create a QR code",
  help: "Redirects to http://qrcode.kaywa.com/ and allows your input
to be generated as qr image",
  author: {
    name: "Andreas Kalpakides",
    email: "[email protected]",
    homepage: "www.inderesting.com",
  },
  license: "GPL",
  homepage: "http://ubiquity.mozilla.com/";,
  icon: "http://www.mozilla.com/favicon.ico";,
  arguments: [{role: "object", nountype: noun_arb_text, label:
"text"}],
  execute: function execute(args){
    Utils.openUrlInBrowser("http://qrcode.kaywa.com/img.php?s=6&d="; +
args.object.html);
  },
  preview: function preview(pblock, args) {
    pblock.innerHTML = "This text will be made into QR code:" +
args.object.html.bold();
  },
});

-- 
You received this message because you are subscribed to the Google Groups 
"ubiquity-firefox" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/ubiquity-firefox?hl=en.

Reply via email to