Google Chrome Frame 谷歌浏览器框架

 一句话:Google Chrome Frame 让IE仅剩下皮囊。

google chrome

微软这回要哭了,Google最新发布的Chrome Frame可以将IE 的Trident内核替换成WebKit,是IE一下子有了两内核(浏览器也双核了,厚厚~)。Google在帮助其竞争对手改善其产品,微软的IE开发团队是不是会很尴尬?在运行插件之后,用户的IE浏览器将获得Chrome的性能和功能,拥有更快的JS解析速度和对HTML5网页标准的支持。

Google Chrome Frame 装好后怎么使用WebKit内核来工作?Chrome Frame的用法是什么?用户只要在地址前加 cf: 即可使用 WebKit 核心浏览 页面。如cf:http://www.biaodianfu.com/,注意网址中必修同时受用cf:和http://。如果你是网站管理员,想让访问者直接使用Webkit内核,只需给你的网页head加一个meta标签:

<meta http-equiv=”X-UA-Compatible” content=”chrome=1″>

类似于把IE8降为IE7的meta标签:

<meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7″ />

目前Google Chrome Frame支持XP/Vista下的IE6、IE7、IE8(For Internet Explorer 6, 7, and 8 on Windows Vista / XP SP2 )。

下载地址:http://code.google.com/intl/zh-CN/chrome/chromeframe/

使用Chrome模式下点击鼠标右键还会看到惊喜

猜你喜欢

转载自soledede.iteye.com/blog/1935462