어떤 Chrome 채널을 실행 중인지 어떻게 알 수 있나요?


31

나는 출마 여부를 알 수있는 구글 크롬 내에서 방법이 stable, beta또는 dev채널은?

최근 dev릴리스에서 문제가 발생 하여로 돌아 가기로 결정했습니다 stable. 이제 작동하는지 확인하고 싶습니다.

"Chrome 정보"에서

14.0.835.186 m

그 하는가 m에 대한 스탠드 stable아마는?

그건 그렇고 Windows에 있지만 플랫폼 독립적 인 방법이 있다고 가정합니까?


카나리아를 설치하면 16.0.891.0 카나리아가 나타납니다
Journeyman Geek

답변:


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

크롬 베타는 말합니다 :

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, 카나리아는 카나리아입니다.


1
내 Mac에서는 chrome://version작동하지 않지만 작동 about://version합니다. 그 외에는 +1입니다.
Jonik

@Jonik chrome://version은 여기서 작동합니다. Mac 용 Chrome, 최신 베타 버전. 당신은 무엇을 실행하고 있습니까?
Jin

about : version은 내가 시도한 것입니다. 크롬은 그것을 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

12

공식 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"이 표시됩니다.

출처 (댓글)


흠, Google 문서에서 지시 한대로 이전 Chrome을 먼저 제거했습니다. "m"은 다른 버전에 대한 프로파일을 감지하기 때문에 존재합니까?
hippietrail

@Jin, "m"은 "multiple"을 의미합니까?
Pacerier

4

마치 안정된 채널에있는 것처럼 보입니다.

이미 가지고있는 Chrome 정보를 확인하고 "베타"및 "dev"버전 키워드를 찾을 수 있습니다. 최신 베타 채널 버전 (Windows 7)을 실행 중이며 "Google Chrome 정보"창에 "beta-m"이 표시됩니다. How-To Geek 에서 볼 수있는 것과 비슷한 이미지를 볼 수 있습니다.


아하 그래서 "안정적"이라고 말하기에는 너무 게으르지 만 "베타"나 "dev"라고 말하지 않는다면 그렇게 말하지 않아도 "안정적"이어야합니까? (-:
hippietrail

그렇습니다. 난 그냥 안정에서 베타 채널로 교체, 난 '분류기'에서 베타 분류기를 갖는로 갔다 :-)
사이먼 캠벨

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

나는 그물을 통해 가장 귀찮은 답변을 오히려 오도했다는 것을 알았습니다. 문자 "m"은 Google 업데이트 항목이 레지스트리에 있지만 Chrome 자동 업데이트가 비활성화 된 경우에만 나타납니다.


-3

chrome : // chrome으로 이동하면 다음과 같은 결과가 나타납니다.

버전 30.0.1599.22 베타 -M

보시다시피 베타 버전은 베타 버전이므로 베타 버전을 사용하고 있습니다. dev 버전은 아마도 끝에 'dev-m'과 같은 것을 말할 것입니다. 둘 다 가지고 있지 않다면 아마도 안정된 출시일 것입니다.


당신은 이전 답변을 반복하고 있습니다
Ramhound
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.