新浪微博的备份 Chrome 浏览器扩展 ( 插件 )
Continue reading Octoman 微博备份工具 Chrome 扩展Octoman 微博相册批量下载 Chrome 扩展
开发了一个微博相册一键批量下载的 Chrome 浏览器插件,理论上 360、QQ等一众国产双核浏览器也可以使用
Continue reading 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 浏览器上传和下载崩溃原因及解决方法
谷歌浏览器和本地文件交互就会崩溃无响应
问题原因:
和搜狗输入法冲突
解决方法:
升级搜狗输入法至最新版