Is there a way to reposition a chrome extension's browser_action's popup.html page somewhere other than the chrome extensions icon area (top right)? I'd like to be able to use my chrome extension in any tab whether it be on regular webpages or chrome:// pages like (settings, bookmarks, etc).
Using a content script I can achieve what I want (purple modal), which is to bring up a modal where the user can start typing. However, I can't bring my modal up in chrome:// pages since content-scripts can't load in these pages. The white modal in the top right corner (implemented through a popup action) can be invoked from anywhere.
