I am developing a Google Chrome extension with a popup (this is a browser action) and it changes the location of the page, which causes the popup to disappear. How can I make it stay between page reloads?
You can not. browserAction pop-ups close when any activity outside the pop-up window. You could use "Desktop Notifications . "
, . , .
, , FAQ:
, ?, , . , .
, ?
, , . , .
JavaScript Chrome active: false:
active: false
chrome.tabs.create({ url: "http://www.google.com", active: false });