电脑技术学习

chrome技巧汇总

dn001

4.扩展
现在chrome的扩展很少,实用的就更少了。
1.adsweep - 去除广告的扩展,有脚本和扩展两种形式。
2.customnewtab - 新标签的自定义(新的版本已经不适用了)。

3.aniweather - 天气查询插件,e文网站,不过设置简单,一些小城市没有资料
4.Subscribe in Google Reader - 地址栏添加RSS订阅按钮
5.Gmail Checker - Gmail邮件检查
6.Google Reader Notifier - Google Reader检查
7.Sticky Notes - 记事贴
8.chromegestures - 鼠标手势扩展
使用说明:
Chrome Gestures由kryptyx与sevencoloredbox这两名爱好者联合开发,最新版本已经升级至1.0.5,相对与之前一些爱好者推出的Chrome鼠标手势扩展来说,Chrome Gestures有非常完善的鼠标手势功能、相对优秀的UI设计以及优秀的定制选项。以下是鼠标手势定义:

↓ →:打开一个可自定义URL的新标签;
↓ → ↓ :打开一个空白的新标签;
↓←:关闭当前标签;
←:后退;
→:前进;
双击:隐藏/显示当前页面内容(先按右键,然后按左键为一次双击);
→↓←↑→或↑→↓←↑→:刷新当前页面;
↑↓:打开Chrome Gestures设置界面;
↑→↓←↓:打开Chrome Gestures帮助页面。

同时,该款Chrome鼠标手势插件还可以自定义手势捕捉时间以及双击延时时间等功能,非常方便,在执行手势动作的时候,还有箭头提示运动方向,体现出了非常人性化的设计。

5.脚本
1.oAutoPagerize.user.js - 自动翻页脚本
2.AdBlock+.user.js - 广告去除,有脚本和插件两种形式,快捷键Alt+B,该页还有屏蔽flash的扩展和脚本,flashblock
3.Mouse Gestures - 为chrome添加几个简单的鼠标手势的脚本,很方便。
4.superdrag.user.js - 超级拖拽,拖拽打开链接

注意:3.0.191 以后的版本对脚本的限制越来越多了,如果脚本不规范,则引起程序崩溃。

6.调用IE。chrome变为“双核浏览器,相当于Firefox的IE_Tab。(转载)
最新的测试版3.xxxx中,chrome的速度感觉上更快了。但是问题是它不支持支付宝,不支持迅雷看看,不支持迅雷下载,不支持Qzone。Qzone那就是个渣,不过其他几个对我还是蛮有用的。
chorme啊,你就强X了IE内核吧。。。chrome不干。我想办法。
主意打到了opera上。opera有个IE view插件,仔细研究了下,widget是没门,不过Chrome内嵌IE内核没问题。
好处是V8和沙箱大概还在。除了加载IE内核会慢点,浏览的速度还是贼快。

实现方法大放送(很简单地。。。):
1.获得dll文件。国内猛人发布的npie_opera.dll。下载地址:http://leruan.7mx.cn/20071010184151.html
2.把dll文件拷贝到chrome文件夹application文件夹的plugins目录下。默认位置Documents and Settings用户Local SettingsApplication DataGoogleChromeapplicationplugins。;;;下面两种方法调用这个dll文件。
第一:建立html文件,内容
<a href=javascript:(function () { if( !location.href || location.href.match(/^(javascript|about|opera):/i) ) { return; } var w = window.open(); w.document.write(’<html><head><title>’ + (document.title?document.title:location.href).replace(/</,’&lt;’) + ‘ - View in IE</title></head><body><div style=’position:absolute;top:0;left:0;right:0;bottom:0;’><embed type=’application/ie_opera’ width=’100′+String.fromCharCode(37)+’’ height=’100′+String.fromCharCode(37)+’’ param-location= + window.location.href + ‘’ src=’’ pluginspage=’http://www.leruan.cn/20071010184151.html’></embed></div></body></html>’); })();>IE_Chrome(拖放该链接到对应标签)</a>

双击html文件会打开一个界面,上面显示IE_chrome(拖放该链接到对应标签)。拖着释放到要用IE浏览的标签上就行了。把他添加到收藏吧。要用的时候就ctrl+b,点地址。。。有点麻烦。

第二:建立html文件,内容
<script type=text/javascript>
var pageUrl=";
pageUrl = window.location;
pageUrl = pageUrl.toString();
var Parameter = pageUrl.split(?);
pageUrl = Parameter[1].split(=);
var html=’<html><head><title>’+document.title+’ - View in IE</title></head><body><div style=position:absolute; top:0; left:0; right:0; bottom:0;><embed type=application/ie_opera width=100% height=100% param-location=‘+pageUrl[1]+’ src=" ></div></body></html>’
document.write(html);
</script>

然后设置谷歌浏览器选项。点下小扳手,选择“选项。

标签: