Chrome浏览器:该扩展程序过于频繁地载入 [英] Chrome: this extension loaded itself too frequently

查看:185
本文介绍了Chrome浏览器:该扩展程序过于频繁地载入的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在构建自定义的Chrome扩展程序。偶尔我的扩展程序显示此消息。

这是什么意思?也许我已经超过了一些禁止扩展的阈值?

b











$ $ b

当您在加载扩展程序后的10秒内调用 chrome.runtime.reload 时,Chrome会重新加载快速重新加载。当您的扩展程序触发超过五个快速重新加载时,那么以下警告将显示在用户界面中:


此扩展程序也重新加载经常。


I’m building a custom Chrome extension. Sporadically my extension shows this message.

This extension loaded itself too frequently

What does this mean? Maybe I’m exceeding some threshold which disables the extension?

解决方案

You've called chrome.runtime.reload too often.

Chrome considers a reload a "fast reload" when you call chrome.runtime.reload within ten seconds after loading the extension. When your extension triggers more than five "fast reloads", then the following warning will be shown in the UI:

This extension reloaded itself too frequently.

这篇关于Chrome浏览器:该扩展程序过于频繁地载入的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆