Content scripts are not present in already open browser tabs after installation, while extension popup is available immediately, which is misleading for the user.
Two possible solutions:
1) Inject content scripts to existing tabs on extension install
2) Detect that page must be refreshed for the extension to work and inform the user.
Content scripts are not present in already open browser tabs after installation, while extension popup is available immediately, which is misleading for the user.
Two possible solutions: 1) Inject content scripts to existing tabs on extension install 2) Detect that page must be refreshed for the extension to work and inform the user.