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


31

有没有从谷歌Chrome浏览器中的方式来知道我是否在运行stablebetadev频道?

我遇到了最新dev版本的问题,因此决定回到以前的版本stable。现在,我要确保它能正常工作。

在“关于Google Chrome浏览器”中说

14.0.835.186 m

m代表stable什么?

顺便说一句,我在Windows上,但我假设有一种独立于平台的检查方式?


在我安装金丝雀时,它说16.0.891.0金丝雀
Journeyman Geek

Answers:


32

尝试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

开发人员说:

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

常规是m,Dev是dev-m,canary是canary


1
在我的Mac上,chrome://version不起作用,但是about://version可以。除此之外,+ 1。
约尼克(Jonik)

@Jonik chrome://version在这里工作。Chrome for Mac,最新的测试版。你在干什么?

about:version是我尝试过的。chrome将其更改为chrome:// version本身
Journeyman Geek

1
@ Jin,@ Journeyman:Chrome 13.0.782.220。但是让它自己更新(至14.0.835.186)之后,就可以了chrome://version!我站得住了。
约尼克(Jonik)

对我来说,它显示15.0.874.24 (Official Build 102155) beta-m
IsmailS 2011年

12

根据Chrome官方发布博客,您的版本是最新的稳定版本。我认为,如果该版本未指定betadev,则使用的是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浏览器检测到您拥有多个版本的Chrome时,它将在[关于Google Chrome]窗口中的版本号后显示“ m”。

来源(注释中)


嗯,我首先像谷歌的文档要求我那样卸载了旧的Chrome浏览器。也许存在“ m”是因为它检测到其他版本的配置文件内容吗?
hippietrail

@Jin,您是说“ m”代表“多个”吗?
Pacerier,2015年

4

好像您处在稳定的频道上。

您可以直接检查“关于Google Chrome浏览器”,然后查找“ beta”和“ dev”版本关键字。我正在运行最新的Beta通道版本(在Windows 7上),并且“关于Google Chrome”窗口显示为“ beta-m”。在How-To Geek上可以看到类似于您应看到的图像的图像


啊哈,说“稳定”实在太懒了,但是如果它既没有说“ beta”也没有说“ dev”,那么尽管没有这么说,但它一定是“稳定”的吗?(-:
hippietrail

是的,它看起来是这样。我刚刚从稳定频道切换到Beta频道,我从没有“分类器”转到使用Beta分类器:-)
Simon Campbell

2

如果您通过将其添加到sources.apt并安装来安装它apt-get install google-chrome,则:

在做:

cat /etc/apt/sources.list | grep 'dl.google.com'

将打印

deb http://dl.google.com/linux/deb/ stable non-free
# this line is not output           ^ look here for the channel

1
哦,对不起,我使用Windows,但是我认为将有一种独立于平台的检查方式,因此我在问题中不必这么说。
hippietrail

1

我在网上找到了大多数可以商讨的答案,这颇具误导性。当您的注册表中存在您的Google Update条目而您的Google Chrome自动更新被禁用时,字母“ m”仅出现。


-3

如果您访问chrome:// chrome,则会得到类似以下内容的信息:

版本30.0.1599.22 beta-m

如您所见,我正在运行beta版本,因为它表示为“ beta”。开发版本的末尾可能会说“ dev-m”。如果两者都不存在,那么您可能正在使用稳定版本。


您只是在重复以前的答案
-Ramhound
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.