URL schemeを使う
iOSのChromeのURL Schemeは googlechrome:// らしい.
晴れのちクラウド: Google Chrome for iOS の URL スキーム
ブックマークレット
以下のブックマークレットをブックマークにコピーして使う.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){location.href=window.location.href.replace(/^http/,"googlechrome");})(); |
(2012.09.26 追記)
当初のバージョンだとURL中の'http'も変換してしまうので修正. さらに,http→googlechrome,https→googlechromesと変換した方がいいので,ついでに修正. (@dai_shi さん,ご指摘ありがとうございます)
(さらに追記)
ohttpやohttpsとすると,Opera Miniで開けるようだ.