Google Chrome=内から、stable
、beta
、またはdev
チャネルを実行しているかどうかを知る方法はありますか?
最近のdev
リリースで問題が発生したため、stable
に戻ることにしました。今、私はそれがうまくいったことを確認したいと思います。
「Google Chromeについて」では
14.0.835.186メートル
m
はstable
の略でしょうか?
ちなみに私はWindowsを使用していますが、プラットフォームに依存しない方法があると思いますか?
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ベータは言う:
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
通常はm、開発はdev-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を検出すると、[Google Chromeについて]ウィンドウのバージョン番号の後に「m」が表示されます。
ソース (コメント内)
安定したチャンネルにいるかのように見えます。
GoogleについてChromeを既に確認しているので、「beta」と「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
私はネット上で最もググできる答えを誤解を招くように見つけました。文字「m」は、Google Updateエントリがレジストリに存在するが、Google Chrome自動更新が無効になっている場合にのみ表示されます。