【发布时间】:2015-05-05 11:46:35
【问题描述】:
刚刚向我的应用添加了共享扩展。 它在 safari 中运行良好。 从 Chrome 启动它时,不会调用“ExtensionPreprocessingJS.js”。 因此没有调用以下代码:
MyExtensionJavaScriptClass.prototype = {
run: function(arguments) {
// Pass the baseURI of the webpage to the extension.
arguments.completionFunction({"baseURI": document.baseURI});
},
请指教。
【问题讨论】:
标签: google-chrome safari ios8-share-extension