Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Safari 应用程序扩展,它将脚本注入到主机页面中。从那个注入的脚本中,是否可以从主应用程序包中加载诸如图像或样式表之类的资源?(我的意思是直接,没有在两者之间发送消息。)
我想是的。在您注入的脚本中,位于扩展包中的名为“gigou.css”的资产的路径应该可以使用safari.extension.baseURI + 'gigou.css'. 然后您应该能够动态编写 a linkorscript标记并将其注入到文档中。
safari.extension.baseURI + 'gigou.css'
link
script