Closed wmww closed 4 years ago
Mostly by using the chrome.* API instead of the browser.* API (because a generically named API is specific to one browser, but an API named after one browser is cross-browser compatible. Yay web!)
chrome.*
browser.*
Mostly by using the
chrome.*
API instead of thebrowser.*
API (because a generically named API is specific to one browser, but an API named after one browser is cross-browser compatible. Yay web!)