我收到以下错误未捕获未找到Chrome网上应用店项目链接。
我已根据需要在标题应用中安装了链接标记
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/ighphffjhlbfaomehoboceklndcfknfh">
<div class="hidden-xs visible-sm visible-md visible-lg"><a style="margin-top: 10px;margin-right: 15px" href="#" onclick="chrome.webstore.install()" class="btn btn-sm btn-info pull-right">Linkly Chrome Extension</a></div>
查看问题
答案 0 :(得分:0)
错误实际上很好地解释了它无法找到
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/ighphffjhlbfaomehoboceklndcfknfh">
在源代码中。所以它可能不见了。你怎么把它添加到头部?如果您需要编辑头部,只需在流星html文件中添加<head>code here</head>
即可。