简体   繁体   English

如何从 Chrome 扩展程序中删除错误?

[英]How do you remove the errors from Chrome Extensions?

I am getting warning errors when developing Chrome extensions.我在开发 Chrome 扩展程序时收到警告错误。 Unfortunately, this would be fixed in the next release of a package I am using.不幸的是,这将在我正在使用的 package 的下一个版本中得到修复。

I want to disable the errors as shown in the page below in Developer Mode also.我还想在开发人员模式下禁用如下页面所示的错误。 Is there any way to override this error from showing up even in Developer Mode?即使在开发人员模式下,有没有办法覆盖这个错误?

PS: The screenshot is from a different extension but the principle is same. PS:截图来自不同的扩展,但原理是一样的。

在此处输入图像描述 在此处输入图像描述

it's chrome.runtime.onInstalled.addListener(function callback) with capital I它是chrome.runtime.onInstalled.addListener(function callback) ,大写 I

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM