Spaces:
Running
Running
File size: 196 Bytes
0646b18 |
1 2 3 4 5 |
chrome.runtime.onInstalled.addListener(function(details){
console.log("Installed")
chrome.sidePanel.setPanelBehavior({ openPanelOnActionClick: true }).catch((error) => console.error(error));
});
|