让你的谷歌浏览器(Chrome)支持鼠标手势

This item was filled under [ chrome插件 ]

第一时间试用Chrome:轻盈,简洁。Google一贯的风格,非常喜欢。

 不过很遗憾,不支持鼠标手势。不过,不要紧,下面这个只占200k的绿色小软件(StrokeIt)即可解决这个问题。里面的配置我是按照

我的习惯设置的:

 

关闭标签 DOWN-RIGHT

上一标签 UP-LEFT

下一标签 UP-RIGHT

最后标签 LEFT-DOWN

恢复标签 RIGHT-LEFT

向下滚动 DOWN

向上滚动 UP

页面顶端 DOWN-UP

页面底端 UP-DOWN

  退   LEFT

     RIGHT

最小化   DOWN-LEFT

 如此一来,Chrome也来带来很好的体验了。

 

点此下载:专为Chrome定制的StrokeIt ,解压缩到任意文件夹,双击strokeit.exe即可。

 strokeit-chromee5ae9ae588b6e78988.rar

Bookmark and Share

Google Chrome Greasemetal

This item was filled under [ chrome插件 ]

Greasemetal is a userscript runtime for Google Chrome. The runtime hosts userscripts (tiny javascript files that modify the webpages being displayed) to be executed on Google Chrome, similar to what Greasemonkey does for Mozilla Firefox, or Greasekit does for Safari.

How does it Work?

Google Chrome does not provide any interface to develop browser addons. Greasemetal modifies the behaviour of Google Chrome using an inter-process communication channel called AutomationProxy, which is used for automatically testing the functions of the web browser.
Using Greasemetal

To start using Greasemetal, download and execute the installer.
GreasemetalInstaller.exe (1.2MB)

md5: b47e3a82168124f57119cc3e5ec43563

After installation, launch Greasemetal from the start menu. Greasemetal will in turn start up Google Chrome, while hooking its behaviours to insert userscripts.

Once you have started running Greasemetal, add userscripts to the userjs directory under your My Documents folder (or Documents folder on Windows Visa). If you are unfamiliar with userscripts, a number of scripts are available from userscripts.org.

简单的给大家介绍下这东西是干什么的,Greasemetal类似于Greasemonkey ,不过是专门用于google chrome的,它能在启动chrome同时运行很多用户自定义的userscript。我们可以在userscripts.org找到很多实用的scritps。

如何使用,大家先必须先安装chrome,Greasemetal默认只启动安装版路径的chrome,如果你用了绿色版,请拷贝到原先默认的chrome安装路径。然后下载Greasemeta,安装后会运行,同时启动chrome。

用户自定义的userscripts拷贝到用户文档的userj目录下,Greasemeta启动chrome是就能自动发现并运行了。

Bookmark and Share