chrome扩展程序-Chrome版本的限制 [英] chrome extension - restriction on Chrome version

查看:231
本文介绍了chrome扩展程序-Chrome版本的限制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Chrome扩展程序中使用箭头功能.使用旧版Chrome(<45.0)的用户将无法使用它.

I use arrow functions in my chrome extension. Users with old Chrome versions (<45.0) will not be able to use it.

对于使用旧版Chrome版本的用户,是否可以禁用扩展程序的安装?

Is there a way to disable installation of my extension for users with old Chrome version?

推荐答案

将此字符串放入清单文件中:

Put this string into your manifest file:

"minimum_chrome_version": "45"

所有可用选项:清单文件格式.

这篇关于chrome扩展程序-Chrome版本的限制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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