Google Chrome Dual View(分栏显示)

Pop:之前使用傲游,有个很有趣的功能就是可以分栏显示多个网页,这样宽屏显示器就可以很好的利用。Chrome其实也可以通过代码或者插件实现的。

在浏览器中执行下面的代码:

javascript:A14nH=location.href;L3f7=prompt('Choose%20File%201',A14nH);R1Gh7=prompt('Choose%20File%202',L3f7);if(L3f7&&R1Gh7){Fr4Q='<frameset%20cols=\'*,*\'>\n<frame%20src=\''+L3f7+'\'/>';Fr4Q+='<frame%20src=\''+R1Gh7+'\'/>\n';Fr4Q+='</frameset>';with(document){write(Fr4Q);void(close())}}else{void(null)}

建议加入到书签中。

或者安装插件:Chrome Screen Splitter

Split your chrome to two parts:left and right or top and bottom.you can change the url of any part.

下载地址:
https://chrome.google.com/extensions/detail/opbmmnbaobijfdmjfmeliikhhkhiboal

Related Posts