Forum Discussion
hanguokai
Dec 26, 2020Copper Contributor
"badge value %s" added in the extension icon title automatically
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.
No RepliesBe the first to reply