Open rs8dms opened 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
This is a nice idea, it would be a great addition to the starter. I'll find some time to add it
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:
{ "name": "My side panel extension", ... "side_panel": { "default_path": "sidepanel.html" } "permissions": [ "sidePanel" ] ... }
excellent code to make extensions :3