Lazymonkey

Executing a Script/CSS

Qu'est-ce que Lazymonkey ?

Lazymonkey est une extension Chrome développée par Kunihiro Ando, et sa fonction principale est "Executing a Script/CSS".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lazymonkey

Téléchargez les fichiers d'extension Lazymonkey au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Lazymonkey Lazymonkey
ID jllgfeanonefahnaoaefkcccpagpjjoe
URL Officiel https://chrome.google.com/webstore/detail/lazymonkey/jllgfeanonefahnaoaefkcccpagpjjoe
Description Executing a Script/CSS
Taille du Fichier 276 KB
Nombre d'Installations 79
Version Actuelle 1.2
Dernière Mise à Jour 2015-09-24
Date de Publication 2015-09-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur Kunihiro Ando
Type de Paiement free
Langues Prises en Charge 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"
}