mulbc/vaultPass

Count of secrets

afteroot opened this issue · 7 comments

Could you please add count of secrets via setBadgeText

So if in Vault any of secrets exists so we can disaply it on icon with setBadgeText ex:

chrome.tabs.onActivated.addListener(function() {
  chrome.storage.sync.set({number: 1}, function() {
    chrome.browserAction.setBadgeText({text: "3"+Math.random()});
  });
});
mulbc commented

That's a good idea! Let me see if I can add that soon

Sound's good) waiting )

and also please make check of this https://github.com/sa2rn/vaultPass made some modify

mulbc commented

I've created #24 to get those changes downstream, thanks for letting me know

Yep, sure .. wait a while .. im on vacation )

mulbc commented

c4fea64 implements the badgeText now and I also merged the PR

Will (try to) get this new version into the Google and Firefox store soon

Looks good!