4 lines
191 B
JavaScript
4 lines
191 B
JavaScript
// Allows users to open the side panel by clicking on the action toolbar icon
|
|
chrome.sidePanel
|
|
.setPanelBehavior({ openPanelOnActionClick: true })
|
|
.catch((error) => console.error(error)); |