"badge value %s" added in the extension icon title automatically

Copper Contributor
chrome.browserAction.setBadgeText({text: 'badge_text'})
chrome.browserAction.setTitle({title: 'title_text'})

I find above code will set the extension title to "title_text, badge value badget_text"

Please don't do this unnecessary work.

0 Replies