如何知道我正在运行哪个 Google Chrome 频道?

如何知道我正在运行哪个 Google Chrome 频道?

有没有办法从 Google Chrome 中知道我是否正在运行stablebetadev频道?

我在使用最近的版本时遇到了问题dev,所以决定重新使用stable。现在我想确保它能正常工作。

在“关于 Google Chrome”中说

14.0.835.186 米

m代表stable也许吗?

顺便说一下,我使用的是 Windows,但我认为有一种独立于平台的检查方法?

答案1

尝试 chrome://version/

普通 Chrome 说:

Google Chrome   14.0.835.186 (Official Build 101821) m
OS  Windows
WebKit  535.1 (branches/chromium/835@94713)
JavaScript  V8 3.4.14.21
Flash   10,3,183,10
User Agent  Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1
Command Line    "C:\Documents and Settings\geek\Local Settings\Application Data\Google\Chrome\Application\chrome.exe" --flag-switches-begin --enable-print-preview --flag-switches-end
Executable Path C:\Documents and Settings\geek\Local Settings\Application Data\Google\Chrome\Application\chrome.exe
Profile Path    C:\Documents and Settings\geek\Local Settings\Application Data\Google\Chrome\User Data\Default

Chrome Beta 说:

Google Chrome   14.0.835.186 (Official Build 101821) beta-m
OS  Windows
WebKit  535.1 (branches/chromium/835@94713)
JavaScript  V8 3.4.14.21
Flash   10,3,183,10
User Agent  Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1
Command Line    "C:\Documents and Settings\geek\Local Settings\Application Data\Google\Chrome\Application\chrome.exe" --flag-switches-begin --enable-print-preview --flag-switches-end
Executable Path C:\Documents and Settings\geek\Local Settings\Application Data\Google\Chrome\Application\chrome.exe
Profile Path    C:\Documents and Settings\geek\Local Settings\Application Data\Google\Chrome\User Data\Default

Dev 说:

Google Chrome   14.0.835.186 (Official Build 101821) dev-m
OS  Windows
WebKit  535.1 (branches/chromium/835@94713)
JavaScript  V8 3.4.14.21
Flash   10,3,183,10
User Agent  Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1
Command Line    "C:\Documents and Settings\geek\Local Settings\Application Data\Google\Chrome\Application\chrome.exe" --flag-switches-begin --enable-print-preview --flag-switches-end
Executable Path C:\Documents and Settings\geek\Local Settings\Application Data\Google\Chrome\Application\chrome.exe
Profile Path    C:\Documents and Settings\geek\Local Settings\Application Data\Google\Chrome\User Data\Default

金丝雀 说:

Google Chrome   16.0.891.0 (Official Build 102650) canary
OS  Windows
WebKit  535.5 (@95897)
JavaScript  V8 3.6.4
Flash   11,0,1,148
User Agent  Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.5 (KHTML, like Gecko) Chrome/16.0.891.0 Safari/535.5
Command Line    "C:\Documents and Settings\geek\Local Settings\Application Data\Google\Chrome SxS\Application\chrome.exe" --flag-switches-begin --enable-print-preview --flag-switches-end
Executable Path C:\Documents and Settings\geek\Local Settings\Application Data\Google\Chrome SxS\Application\chrome.exe
Profile Path    C:\Documents and Settings\geek\Local Settings\Application Data\Google\Chrome SxS\User Data\Default

Regular 是 m,Dev 是 dev-m,canary 是 canary

答案2

根据官方 Chrome 发布博客,您的版本是最新稳定版本。我认为如果版本没有说明 或beta,则dev使用stable频道。

稍微谷歌一下就会得到以下关于m标志的解释。

// Return a human readable modifier for the version string, e.g. 
// the channel (dev, beta, stable). Returns true if this operation 
succeeded, 
// on success, channel contains one of "", "unknown", "dev" or 
"beta" (unless 
// it is a multi-install product, in which case it will return "m", 
// "unknown-m", "dev-m", or "beta-m"). 
static bool GetChromeChannel(bool system_install, std::wstring* 
channel); 

来源

“m” 只是表示您在 C:\Users\username\AppData\Local\Google\Chrome\Application 中安装了多个版本的 Chrome。如果您没有下载最新版本,但已更新到最新版本,则您可能安装了多个版本的 Chrome。如果安装失败,新版本不会替换旧版本。因此,从本质上讲,当 Chrome 检测到您安装了多个版本的 Chrome 时,它​​会在 [关于 Google Chrome] 窗口中的版本号后显示“m”。

来源(评论中)

答案3

看起来您处于稳定频道上。

您可以像以前一样查看“关于 Google Chrome”,然后查找“beta”和“dev”版本关键字。我正在运行最新的测试版(在 Windows 7 上),我的“关于 Google Chrome”窗口显示“beta-m”。您可以在以下位置看到与您应该看到的内容类似的图像如何极客

答案4

我发现网络上大多数可谷歌搜索的答案都相当具有误导性。仅当您的注册表中存在 Google 更新条目但您的 Google Chrome 自动更新被禁用时,才会出现字母“m”。

相关内容