http://journal.mycom.co.jp/news/2010/02/02/010/index.html


Chrome 4においてGreasemonkeyのユーザースクリプトはエクステンションに変換され、他のChrome拡張機能と同じようにインストールして管理できる。

http://dev.chromium.org/developers/design-documents/user-scripts

Chromium and Google Chrome (version 4 and higher) have built-in support for Greasemonkey-style user scripts.

To use, click on any .user.js file. You should see an install dialog. Press OK to install.

Known issues:
Chromium does not support @require, @resource, unsafeWindow, GM_registerMenuCommand, GM_setValue, or GM_getValue.
GM_xmlhttpRequest is same-origin only.