Google Chrome requires an extension to view locally stored projects.
用Chrome打开格式为html的原型文件报这个错
Google Chrome requires an extension to view locally stored projects. Alternatively, upload your RP file to Axure Share or use a different browser.
解决办法:
打开index.html,把下面这段代码注释掉。
/*
$(window).bind('load', function() {
if(CHROME_5_LOCAL && !$('body').attr('pluginDetected')) {
window.location = 'resources/chrome/chrome.html';
}
});
*/