Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 2 commits into from

Conversation

PBudgie
Copy link

@PBudgie PBudgie commented Aug 14, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Option to reopen without refreshing page
1 participant