Is there a workaround for the 800px width limit for iframes on google chrome extensions when the button is adjacent to the URL bar? Even if it’s something I can change on my end only. It’s for personal use…
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As Chris mentioned, you cannot change the frame size beyond 800px. However there is a way to make your extension run in a new tab instead of a extension frame…
In your
background page, call a function to open a new tab when theextension iconis clicked:NOTE: You need your
extension IDto replace the 32 #’s and whichever filename you would like to open replace ‘popup.html’… ALSO, be sure to remove"popup": "popup.html"from your manifest file, so that the extension doesn’t try to first load in a frame…