gpt4 book ai didi

google-chrome-extension - 使用适用于Chrome扩展程序的webRequest API将网址重定向到本地文件

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

使用Chrome扩展程序的webRequest API重定向URL时遇到问题

chrome.webRequest.onBeforeRequest.addListener(function(details) {
return {
redirectUrl : "file:///C:/hello.html"
};
}, {
urls : ["<all_urls>"]
}, ["blocking"]);

我可以重定向到任何http或https地址,但不能重定向到任何人都知道为什么的文件位置...?

最佳答案

redirectUrl : chrome.extension.getURL("hello.html")

我像上面一样成功,hello.html在扩展文件夹中。

关于google-chrome-extension - 使用适用于Chrome扩展程序的webRequest API将网址重定向到本地文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13380015/

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