Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Extension API: chrome.browserAction.setBadgeText #5366

Closed
jonathansampson opened this issue Nov 3, 2016 · 3 comments
Closed

Extension API: chrome.browserAction.setBadgeText #5366

jonathansampson opened this issue Nov 3, 2016 · 3 comments

Comments

@jonathansampson
Copy link
Collaborator

jonathansampson commented Nov 3, 2016

Test Plan:

#7050 (comment)

  1. Enable the LastPass extension
  2. From chrome-extension://hdokiejnpimakedhajhdlcegeplioahd/tabDialog.html?dialog=createAccountSimple, open Developer Tools (Ctrl+Shift+I)
  3. From console, run chrome.browserAction.setBadgeText({text:"27"})

Original issue description

Honey (and other extensions) may often communicate valuable information by way of small text labels on or around their badge. Honey uses this API to display the total number of deals available for the domain.

Screenshot:
image

Documentation: https://developer.chrome.com/extensions/browserAction#method-setBadgeText

Related Issues: #5362

@bsclifton
Copy link
Member

moving to 0.13.7

@alexwykoff alexwykoff changed the title Honey: Support chrome.browserAction.setBadgeText Added text badges for extensions. Apr 25, 2017
@alexwykoff alexwykoff changed the title Added text badges for extensions. Added text badges for extensions Apr 25, 2017
@jonathansampson jonathansampson changed the title Added text badges for extensions Extension APIs: chrome.browserAction.setBadgeText May 4, 2017
@jonathansampson jonathansampson mentioned this issue May 4, 2017
13 tasks
@jonathansampson
Copy link
Collaborator Author

Blocked #8671

@jonathansampson
Copy link
Collaborator Author

Blocks #9654

@jonathansampson jonathansampson changed the title Extension APIs: chrome.browserAction.setBadgeText Extension API: chrome.browserAction.setBadgeText Jun 22, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.