Hi.
My extension will show a pageAction icon on all urls(via <all_urls> in manifest), I want to give a toggle button in extension option page for users to hide the icon on all urls?
I have found pageAction.hide()
, but it needs tab.id, is there something like pageAction.hide(*)
, so I don’t need to hook the tab opened everytime?
Thanks.