Hi Zachary,Could you please share me any example with browser action badge. This what i want. I tried this but its not showing notification. I dont know how to do it.Thanks,RubanOn Tue, Nov 4, 2014 at 9:05 PM, Zachary Yaro <zmy...@gmail.com> wrote:I am not sure I understand what sort of notification you want to create. To display a short bit of content, you could use desktop notifications. If you want to add, for instance, an unread count on top of your extension icon, you could use a browser action badge.Zachary Yaro
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
To post to this group, send email to chromium-extensions@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/98e0b7f3-7776-446a-8682-0c3be463c404%40chromium.org.
For more options, visit https://groups.google.com/a/chromium.org/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/CANFzyvL_WOehUYYm6qi1dCtsLxyMewFeWzfdae7oLxRV4K0YKg%40mail.gmail.com.
Hi zachary,Sorry for the late reply, i have send the link in which i have placed the code of mine. check it.Please do the needful. I was struggling with this for more than a week.Thanks,Ruba
chrome.browserAction.setBadgeText({ text: 'hello' });
Hi Zachary,Where i want to put chrome.browserAction.setBadgeText in my code. i tried chrome.browserAction.setBadgeText('text'), but its showing 1 as a notification all time..Thanks,Ruban