如果你经常处理接口返回、调试网页、转换编码,或者只是想在浏览器里随手完成一项开发任务,XFeHelper 可以把这些零散工具集中到一个浏览器扩展中:34 个常用工具,开箱即用,默认在浏览器本地运行。
Octoman 微博备份工具 Chrome 扩展
Octoman 微博相册批量下载 Chrome 扩展
Chrome crx Could not establish connection
Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist.

Chrome 扩展 sendResponse 返回 undefined (时而返回 undefined 时而返回 成功)
chrome.runtime.onMessage.addListener(function (res, sender, sendResponse) {
sendResponse('done');
return true
});
多次尝试发现仅 manifest.json 中 content_scripts 设定的域名可以接受通信,非设定的域名无法通信。
另网页加载过程中通信也会造成返回失败,可以判断 tab 的 status 是否等于 complete,再进行通信
Chrome 浏览器上传和下载崩溃原因及解决方法
谷歌浏览器和本地文件交互就会崩溃无响应
问题原因:
和搜狗输入法冲突
解决方法:
升级搜狗输入法至最新版

