I just started developing a small Chrome extension, and following the https://developer.chrome.com/extensions/getstarted tutorial, I tried to find a way so that even in developer mode, the extension can be clickable on all tabs.
Right now, the extension is clickable only on pages under developer.chrome.com
host.
It's probably a silly question, but do we have the possibility to test it, while on development, on other tabs (not under developer.chrome.com
host)? If yes, how do we set this options? I try to add <all_tabs>
permission in the manifest, but it doesn't seem to work.
Thanks!