This permission does not give access to the chrome.tabs
namespace. Instead, it grants an extension the ability to call tabs.query()
against four sensitive properties on tabs.Tab
instances: url
, pendingUrl
, title
, andfavIconUrl
.
Hi,I think you could query all the tab with the url, then trigger reload it service worker of the extension.It will help to reload the existing tab.Hope it helps you.
--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/60857892-a6fb-43f8-ad12-d685024c8a0dn%40chromium.org.
--
--