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 973
Extension API: chrome.browserAction.setBadgeBackgroundColor #5367
Labels
Milestone
Comments
jonathansampson
changed the title
Honey: Support chrome.browserAction.setBadgeBackgroundColor
Honey: Support browserAction.setBadgeBackgroundColor
Nov 3, 2016
moving to 0.13.7 |
bsclifton
added
QA/test-plan-specified
release-notes/include
and removed
suggestion
labels
Apr 3, 2017
This was referenced Apr 9, 2017
This was referenced Apr 13, 2017
alexwykoff
changed the title
Honey: Support browserAction.setBadgeBackgroundColor
Added extension badge colors
Apr 13, 2017
Could not reproduce on OS X. |
4 tasks
This was referenced Apr 21, 2017
jonathansampson
changed the title
Added extension badge colors
Extension APIs: chrome.browserAction.setBadgeBackgroundColor
May 4, 2017
Blocked #8671 |
jonathansampson
changed the title
Extension APIs: chrome.browserAction.setBadgeBackgroundColor
Extension API: chrome.browserAction.setBadgeBackgroundColor
Jul 3, 2017
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)
Documentation: https://developer.chrome.com/extensions/browserAction#method-setBadgeBackgroundColor
Related Issues: #5366, #5362
The text was updated successfully, but these errors were encountered: