Lazymonkey

Executing a Script/CSS

Wat is Lazymonkey?

Lazymonkey is een Chrome-extensie ontwikkeld door Kunihiro Ando, en de belangrijkste functie is "Executing a Script/CSS".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lazymonkey

Download Lazymonkey-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Lazymonkey Lazymonkey
ID jllgfeanonefahnaoaefkcccpagpjjoe
Officiële URL https://chrome.google.com/webstore/detail/lazymonkey/jllgfeanonefahnaoaefkcccpagpjjoe
Beschrijving Executing a Script/CSS
Bestandsgrootte 276 KB
Aantal Installaties 79
Huidige Versie 1.2
Laatst Bijgewerkt 2015-09-24
Publicatiedatum 2015-09-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Kunihiro Ando
Betalingswijze free
Ondersteunde Talen 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"
}