Answers:
尝试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
chrome://version
不起作用,但是about://version
可以。除此之外,+ 1。
chrome://version
在这里工作。Chrome for Mac,最新的测试版。你在干什么?
chrome://version
!我站得住了。
15.0.874.24 (Official Build 102155) beta-m
根据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浏览器检测到您拥有多个版本的Chrome时,它将在[关于Google Chrome]窗口中的版本号后显示“ m”。
来源(注释中)
好像您处在稳定的频道上。
您可以直接检查“关于Google Chrome浏览器”,然后查找“ beta”和“ dev”版本关键字。我正在运行最新的Beta通道版本(在Windows 7上),并且“关于Google Chrome”窗口显示为“ beta-m”。在How-To Geek上可以看到类似于您应看到的图像的图像
如果您通过将其添加到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