답변:
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
크롬 베타는 말합니다 :
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-m, 카나리아는 카나리아입니다.
chrome://version
작동하지 않지만 작동 about://version
합니다. 그 외에는 +1입니다.
chrome://version
은 여기서 작동합니다. Mac 용 Chrome, 최신 베타 버전. 당신은 무엇을 실행하고 있습니까?
chrome://version
! 나는 정정되었다.
15.0.874.24 (Official Build 102155) beta-m
공식 Chrome Release 블로그 에 따르면 귀하의 버전은 최신 안정 버전입니다. 나는 버전 중 하나를 명시하지 않는 경우 생각 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"이 표시됩니다.
출처 (댓글)
마치 안정된 채널에있는 것처럼 보입니다.
이미 가지고있는 Chrome 정보를 확인하고 "베타"및 "dev"버전 키워드를 찾을 수 있습니다. 최신 베타 채널 버전 (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