Files
chrome-extensions-samples/functional-samples/cookbook.sidepanel-open/sidepanel-global.html
amysteamdev 6f2e616494 [SidePanel API] Add sidePanel.open() cookbook (#983)
* Init commit

* Add sidepanel open cookbook

* Add minimum chrome version

* Add 116 on readme

* Add extension page
Add content script

* Tweak

* Tweak 2

* ¯\_(ツ)_/¯

* Update readme

* Update readme

* Change sample name in Readme

* Bold Chrome 116 for emphasis

* Typo fix
2023-07-18 10:36:40 -06:00

10 lines
175 B
HTML

<!DOCTYPE html>
<html>
<body>
<h1>Global side panel</h1>
<p>
This is a global side panel, which means it remains open on every tab.
</p>
</body>
</html>