gpt4 book ai didi

javascript - 从 Google Chrome 扩展检测操作系统

转载 作者:可可西里 更新时间:2023-11-01 02:32:00 25 4
gpt4 key购买 nike

我正在开发 Chrome 扩展程序,我需要检测 Chrome 运行在哪个操作系统上,但我似乎无法找到有关如何执行此操作的任何信息。请帮忙。谢谢。

最佳答案

最近添加的,可以使用getPlatformInfo method在 Chrome 自己的 API 中:

chrome.runtime.getPlatformInfo(function(info) {
// Display host OS in the console
console.log(info.os);
});

关于javascript - 从 Google Chrome 扩展检测操作系统,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6376979/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com