Monkey Testing

A simple Google Chrome extension for monkey testing based on gremlins.js

Cos'è Monkey Testing?

Monkey Testing è un'estensione di Chrome sviluppata da https://olsh.me, e la sua funzione principale è "A simple Google Chrome extension for monkey testing based on gremlins.js".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Monkey Testing

Scarica i file di estensione Monkey Testing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        A bunch of monkeys will try to break your web app.
It's a simple wrapper around gremlin.js.                    

Informazioni di Base sull'Estensione

Nome Monkey Testing Monkey Testing
ID igjkbipmddlfgjmalgkfibifnknbcpak
URL Ufficiale https://chromewebstore.google.com/detail/monkey-testing/igjkbipmddlfgjmalgkfibifnknbcpak
Descrizione A simple Google Chrome extension for monkey testing based on gremlins.js
Dimensione del File 98.04 KB
Conteggio Installazioni 457
Versione Corrente 1.0.6
Ultimo Aggiornamento 2016-06-19
Data di Pubblicazione 2016-06-19
Valutazione 2.75/5 Totale 4 Valutazioni
Sviluppatore https://olsh.me
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/olsh/monkey-testing
URL della Pagina di Aiuto https://github.com/olsh/monkey-testing/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Monkey Testing",
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/github.com\/olsh\/monkey-testing",
    "minimum_chrome_version": "28"
}