Lazymonkey

Executing a Script/CSS

Lazymonkeyとは何ですか?

LazymonkeyはKunihiro Andoによって開発されたChromeの拡張機能で、その主な機能は「Executing a Script/CSS」です。

拡張機能のスクリーンショット

screenshot

Lazymonkey拡張機能のCRXファイルをダウンロード

Lazymonkey拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Chrome extension like greasemonkey (Beta testing)


Not using background/event page.
Low memory consumption.



Not supported script update.

http://wiki.greasespot.net/Greasemonkey_Manual:API


=========
user.js
=========

Supported API:
 GM_xmlhttpRequest 
 GM_addStyle 
 GM_getValue 
 GM_setValue 
 GM_listValues
 GM_deleteValue
 GM_log 
 GM_openInTab 

Metadata
 @name
 @include
 @exclude
 @run-at                    

拡張機能の基本情報

名前 Lazymonkey Lazymonkey
ID jllgfeanonefahnaoaefkcccpagpjjoe
公式URL https://chrome.google.com/webstore/detail/lazymonkey/jllgfeanonefahnaoaefkcccpagpjjoe
説明 Executing a Script/CSS
ファイルサイズ 276 KB
インストール数 79
現在のバージョン 1.2
最終更新日 2015-09-24
公開日 2015-09-24
評価 5.00/5 合計 1 レビュー
開発者 Kunihiro Ando
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lazymonkey",
    "description": "Executing a Script\/CSS",
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "js\/contentscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        ""
    ],
    "options_page": "options.html",
    "version": "1.2"
}