PrzypisPowszechny / pp-client

7 stars 2 forks source link

Improve PP behaviour on open tabs after the install #225

Open kaglowka opened 6 years ago

kaglowka commented 6 years ago

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.