gpt4 book ai didi

firefox-addon - 从内容脚本访问本地资源

转载 作者:行者123 更新时间:2023-12-02 04:07:42 27 4
gpt4 key购买 nike

有没有办法可以访问脚本中的本地资源?
我需要在contentScript处理程序中访问data.url('layout.html')data.url('icon.png')data.url('style.css')

exports.main = function() {
require("widget").Widget({
onClick: function() {
tabs.activeTab.attach({
contentScriptFile: [ data.url('jquery.js')],
contentScript:
"setTimeout(function(){ alert('asd');}, 100);",
});
}
});
}

最佳答案

我最终使用了cssUrl = data.url('alert.css')。在main.js中,我对此进行了设置,并在运行客户端的脚本中添加了一个具有href=cssUrl的脚本。

关于firefox-addon - 从内容脚本访问本地资源,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6738143/

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