This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 971
Extension API: chrome.browserAction.setBadgeBackgroundColor #5367
Labels
Milestone
Comments
moving to 0.13.7 |
This was referenced Apr 9, 2017
This was referenced Apr 13, 2017
Could not reproduce on OS X. |
4 tasks
This was referenced Apr 21, 2017
Blocked #8671 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Test Plan:
#7050 (comment)
chrome.browserAction.setBadgeText({text:"27"})
chrome.browserAction.setBadgeBackgroundColor({color:'#FF0000'})
Original issue description
Honey (and other extensions) may often communicate valuable information by way of badge icon background colors. Honey uses this API to indicate the presence of deals available for the domain.
Screenshot: (Left: Chrome, Right: Brave)
![image](https://cloud.githubusercontent.com/assets/815158/19954231/dc46778a-a133-11e6-9f61-0a09c27f0054.png)
Documentation: https://developer.chrome.com/extensions/browserAction#method-setBadgeBackgroundColor
Related Issues: #5366, #5362
The text was updated successfully, but these errors were encountered: