RecipeFilter
RecipeFilter copied to clipboard
add extension context option to reshow popup without needing to refre…
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
Good idea! I'll have a look.