如何在禁用浏览器 link 后从 Chrome 中删除 Web Essentials

How to remove Web Essentials from Chrome after disabling browser link

我已将 "enable browser link menu" 设置为 false Visual Studio 中的 Web Essentials 选项,但是,我仍然在 Chrome 控制台中看到此错误消息。

[09:21:58 GMT+1000 (AUS Eastern Standard Time)] Browser Link: Exception thrown when trying to invoke Browser Link extension callback "madskristensen.editorextensions.browserlink.unusedcss.unusedcssextensionfactory.GetIgnoreList":
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at MadsKristensen.EditorExtensions.BrowserLink.UnusedCss.UnusedCssExtension.GetIgnoreList()
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Microsoft.VisualStudio.Web.BrowserLink.ClientMessaging.DispatchMessage(BrowserLinkConnection connection, MessageArgs obj)

这是我在禁用浏览器后唯一的抱怨 link 几乎每次我在控制台日志视图上打开开发人员工具时都会在我的控制台中看到这条消息。

我已尝试查找扩展程序 (chrome://extensions/) 或插件 (chrome://plugins/),但未列出。

根据 Web Essentials 提出的问题 https://github.com/madskristensen/WebEssentials2013/issues/550

解决方法是禁用 Visual Studio 的浏览器 link。

我只能通过工具栏执行此操作。

  1. 只需转到工具 >> 扩展和更新
  2. 查看安装的程序。
  3. 禁用 Web Essentials 2013,5 更新

Voila !! Your problem is solved