diff --git a/bookmark-it/background.js b/bookmark-it/background.js index 9cc9a48..565fa06 100644 --- a/bookmark-it/background.js +++ b/bookmark-it/background.js @@ -16,6 +16,11 @@ function updateIcon() { }, tabId: currentTab.id }); + browser.browserAction.setTitle({ + // Screen readers can see the title + title: currentBookmark ? 'Unbookmark it!' : 'Bookmark it!', + tabId: currentTab.id + }); } /*