room-js / chrome-extension-ts-starter

Chrome Extension starter built with TypeScript
https://www.youtube.com/watch?v=01vp9cYbQus
MIT License
87 stars 27 forks source link

Add side panel to the code set #32

Open rs8dms opened 4 months ago

rs8dms commented 4 months ago

Add the functionality to be able to use Side Panel in the extensions, I would be delighted and grateful for that change, and thank you for the update in your previous response, if I reached the email and read it, the sidepanel code is here:

https://developer.chrome.com/docs/extensions/reference/api/sidePanel?hl=es-419

{ "name": "My side panel extension", ... "side_panel": { "default_path": "sidepanel.html" } "permissions": [ "sidePanel" ] ... }

excellent code to make extensions :3

yurist38 commented 4 months ago

This is a nice idea, it would be a great addition to the starter. I'll find some time to add it