chrome-extensions-samples icon indicating copy to clipboard operation
chrome-extensions-samples copied to clipboard

is there any methods to control the border radius of popup.html?

Open laulliam opened this issue 2 years ago • 1 comments

is there any methods to control the border radius of popup.html?

laulliam avatar Dec 24 '21 05:12 laulliam

This is not possible in the current manifest versions. May be we can see updates on this in future from google.

krishankumardas avatar Jun 11 '22 10:06 krishankumardas

Everything I've seen says its not possible, but it looks like the Google Keep extension is pulling it off (can see in the 3rd screenshot)

https://chrome.google.com/webstore/detail/google-keep-chrome-extens/lpcaedmchfhocbbapmcbpinfpgnhiddi?hl=en

hunterphillips avatar May 03 '23 20:05 hunterphillips

Checking out the code, you will see it is not using a popup. They are injecting an iframe into the page, and styling that.

patrickkettner avatar May 03 '23 20:05 patrickkettner