zoukankan      html  css  js  c++  java
  • Google Chrome Greasemetal

    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是就能自动发现并运行了。

  • 相关阅读:
    hdu 5833 Zhu and 772002 (高斯消元)
    1203事件对象
    作用域面试题
    1130 JS高级 面向对象
    1122JS中级复习
    1120浏览器对象模型 函数分析
    1119动画和复习
    1114面试题作用域
    1113Js操作CSS样式
    1112函数封装和元素的属性
  • 原文地址:https://www.cnblogs.com/top5/p/1427235.html
Copyright © 2011-2022 走看看