摘要: 1.定义全局配置 manifest.json { "name": "AmazonImageAssistant", // 插件名称 "description" : "Download", // 插件描述 "version": "1.0", // 插件版本 "manifest_version": 2, 阅读全文
posted @ 2020-11-10 19:58 coder_xds 阅读(431) 评论(0) 推荐(0) 编辑
摘要: function downFile (imgsrc, name) { //下载图片地址和图片名 let image = new Image(); // 解决跨域 Canvas 污染问题 image.setAttribute("crossOrigin", "anonymous"); image.onl 阅读全文
posted @ 2020-11-10 19:30 coder_xds 阅读(2063) 评论(2) 推荐(0) 编辑