在移动版 Safari 中打开的“googlechrome://www.lego.com”会切换到 Google Chrome iOS 应用打开 URL。这允许像下面这样的脚本,它允许您在 Google Chrome iOS 应用程序中打开当前页面,从移动 Safari 切换:
(function()%7Bif(document.location.href.indexOf('http')===0)document.location.href=document.location.href.replace(/%5Ehttp/,'googlechrome');%7D)();
我的问题是,可以反过来吗?我试过“safari://www.lego.com”,它只是一个无效的 URL。您能否制作一个从Google Chrome切换到移动 Safari 以打开当前页面的脚本。