I have seen this in other Chrome extensions but I have failed to figure out how to do it. Here is my question.
When someone installs my extension I want to open a new tab (to my homepage).
How is this done?
I assume this is done somehow in JavaScript. I have considered setting a cookie or a LocalStorage var, but this doesn't seem very logical since those can be deleted and could cause a new tab to open.