gpt4 book ai didi

javascript - Chrome 扩展程序 : how to get newly created tab url

转载 作者:行者123 更新时间:2023-12-03 00:04:21 25 4
gpt4 key购买 nike

在我的扩展/插件后台脚本中,我在尝试新选项卡的网址时遇到问题,它不断返回“about:blank”,如果它尚未正确加载,这是足够公平的。

我的问题是,如何在新创建的选项卡准备就绪后立即获取其 URL?

browser.tabs.onCreated.addListener(function(tab) {
var m_Url = tab.url;
console.log("m_Url: " + m_Url);
});

最佳答案

改用 onUpdated。

检查文档 https://developer.chrome.com/extensions/tabs#event-onUpdated

Fired when a tab is created. Note that the tab's URL may not be set at the time this event is fired, but you can listen to onUpdated events so as to be notified when a URL is set.

因此,在这种情况下,onUpdated 事件是合适的事件。

关于javascript - Chrome 扩展程序 : how to get newly created tab url,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55034415/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com