Monkey Testing

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

Monkey Testing là gì?

Monkey Testing là một tiện ích mở rộng Chrome được phát triển bởi https://olsh.me, và tính năng chính của nó là "A simple Google Chrome extension for monkey testing based on gremlins.js".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Monkey Testing

Tải xuống các tệp mở rộng Monkey Testing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Monkey Testing Monkey Testing
ID igjkbipmddlfgjmalgkfibifnknbcpak
URL Chính Thức https://chromewebstore.google.com/detail/monkey-testing/igjkbipmddlfgjmalgkfibifnknbcpak
Mô tả A simple Google Chrome extension for monkey testing based on gremlins.js
Kích Thước Tệp 98.04 KB
Số Lần Cài Đặt 457
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2016-06-19
Ngày Phát Hành 2016-06-19
Đánh Giá 2.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://olsh.me
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/olsh/monkey-testing
URL Trang Trợ Giúp https://github.com/olsh/monkey-testing/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}