Google chrome extension 水滴没有出现在depthjs上

Google chrome extension 水滴没有出现在depthjs上,google-chrome-extension,kinect,openkinect,Google Chrome Extension,Kinect,Openkinect,我已经在mac(10.7.4)上的chorme(22.0)上安装了这个插件。kinect的工作可以在OpenNI示例中找到,当我进入测试页面时,它显示kinect和插件都已就位。但看不到手 该blob不会出现在任何页面上。当我检查background.html时,会出现以下错误: Refused to execute inline script because it violates the following Content Security Policy directive: "script

我已经在mac(10.7.4)上的chorme(22.0)上安装了这个插件。kinect的工作可以在OpenNI示例中找到,当我进入测试页面时,它显示kinect和插件都已就位。但看不到手

该blob不会出现在任何页面上。当我检查background.html时,会出现以下错误:

Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' chrome-extension-resource:".
Depthjs似乎正在运行

depthjspluginAPI: start DepthJS backend.js:142
depthjsplugin::RunDepthJS backend.js:142
depthjsplugin::RunDepthJS - thread running? backend.js:142
Successfully acquired Kinect event monitor from plugin! backend.js:145
Init complete root.js:48
OpenNIBackend: start openni backend thread undefined:1
event port connected chrome.js:14
但我一直得到这个断言失败的错误,这有点超出我的理解

Assertion failed: chrome.js:13
(anonymous function) chrome.js:13
chrome.Event.dispatchToListener event_bindings:379
chrome.Event.dispatch_ event_bindings:365
chrome.Event.dispatch event_bindings:385
chromeHidden.Port.dispatchOnConnect 

我感觉kinect在红灯亮起时工作(就像我运行那些openNI样本时一样),但由于水滴没有出现,我无法跟踪我的手或做任何事情。这里有人有类似的问题吗?

您发布的错误消息告诉您,Chrome扩展中不允许使用内联脚本块。查看有关限制的一些详细信息,以及如何调整扩展以在清单版本2和内容安全策略的全新世界中运行。特别是,这个方法应该派上用场