On Mon, Nov 30, 2009 at 7:16 AM, Raymond Lee <[email protected]> wrote: > At the moment, we can set badge text for a browser action button. I > would like to show a small icon instead of badge text on the bottom > right of the browser action button. Is there any plan to support this > in the extension API?
No, but you can compose your own image dynamically using HTML5 canvas and draw the pixels directly to the browser action. See the imageData param of setIcon(). - a -- You received this message because you are subscribed to the Google Groups "Chromium-extensions" 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/chromium-extensions?hl=en.
