Monkey Testing
A simple Google Chrome extension for monkey testing based on gremlins.js
What is Monkey Testing?
Monkey Testing is a Chrome extension developed by https://olsh.me, and its main feature is "A simple Google Chrome extension for monkey testing based on gremlins.js".
Extension Screenshots
Download Monkey Testing Extension CRX File
Download Monkey Testing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A bunch of monkeys will try to break your web app. It's a simple wrapper around gremlin.js.
Extension Basic Information
Name | Monkey Testing |
ID | igjkbipmddlfgjmalgkfibifnknbcpak |
Official URL | https://chromewebstore.google.com/detail/monkey-testing/igjkbipmddlfgjmalgkfibifnknbcpak |
Description | A simple Google Chrome extension for monkey testing based on gremlins.js |
File Size | 98.04 KB |
Installation Count | 457 |
Current Version | 1.0.6 |
Last Updated | 2016-06-19 |
Publish Date | 2016-06-19 |
Rating | 2.75/5 Total 4 Ratings |
Developer | https://olsh.me |
Payment Type | free |
Extension Website | https://github.com/olsh/monkey-testing |
Help Page URL | https://github.com/olsh/monkey-testing/issues |
Supported Languages | 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" } |