Can a Chrome extension's event page detect when the browser has finished starting up?
问题 I have a Chrome extension that tracks the order in which tabs are accessed by listening for tab-related events like tabs.onActivated , onRemoved , etc. It uses an event page instead of a persistent background page to add the event listeners. The tab access order is stored in chrome.storage.local . The extension works fine while in the normal course of using the browser. But when Chrome is first launched and restores the previous session, it reopens the windows in the order they were