My goal is very simple: when the user installs the extension, open the options page.
The only way I know how to do this is to create a wallpaper, and check localStorage.setup on this page. If it is not there, set it to true and open the options page. This approach works, but besides being confusing, it is inefficient. Not only does the background page load every time the user opens the browser, but he will constantly work in the background.
Is it possible to specify chrome so that the background page is finished and should be closed? Or is there any way for an extra background page to prevent loading in the future? Or is there a better way to solve my problem?
source share