RecipeFilter icon indicating copy to clipboard operation
RecipeFilter copied to clipboard

add extension context option to reshow popup without needing to refre…

Open PBudgie opened this issue 5 years ago • 0 comments

resolves #17 Add a button to the extension's context menu to re-show the popup without having to refresh the recipe page.

  • Update manifest to include contextMenu permissions and a background script
  • Add background script file that adds the option to the extension's right click menu
  • Update content script to listen for message passed by background script for when the context menu item gets clicked. It will make the opacity 1 for the popup to re-show it

PBudgie avatar Aug 14 '20 00:08 PBudgie

Good idea! I'll have a look.

sean-public avatar Aug 14 '20 14:08 sean-public