摘要: 记得要开启chrome通知权限,右下角,对话图标,打开通知栏,点右上角管理通知,找到chrome,开启 文档:https://developer.chrome.com/docs/extensions/reference/notifications/ manifest.json "permission 阅读全文
posted @ 2023-07-08 12:13 jqynr 阅读(162) 评论(0) 推荐(0)
摘要: 参考 :https://stackoverflow.com/questions/71443428/how-can-i-make-an-http-request-in-the-service-worker-chrome-extension fetch文档:https://developer.mozil 阅读全文
posted @ 2023-07-08 11:09 jqynr 阅读(194) 评论(0) 推荐(0)
摘要: ajax $.ajax({ type: "put", url: "http://****.com/role", contentType: "application/json;charset=utf-8", data: JSON.stringify(data), dataType: "json", b 阅读全文
posted @ 2023-07-08 09:26 jqynr 阅读(13) 评论(0) 推荐(0)