Monkey Testing

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

Monkey Testingคืออะไร?

Monkey Testing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://olsh.me และคุณลักษณะหลักของมันคือ "A simple Google Chrome extension for monkey testing based on gremlins.js"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Monkey Testing

ดาวน์โหลดไฟล์ส่วนขยาย Monkey Testing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Monkey Testing Monkey Testing
ID igjkbipmddlfgjmalgkfibifnknbcpak
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/monkey-testing/igjkbipmddlfgjmalgkfibifnknbcpak
คำอธิบาย A simple Google Chrome extension for monkey testing based on gremlins.js
ขนาดไฟล์ 98.04 KB
จำนวนการติดตั้ง 457
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2016-06-19
วันที่เผยแพร่ 2016-06-19
คะแนน 2.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://olsh.me
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/olsh/monkey-testing
URL หน้าช่วยเหลือ https://github.com/olsh/monkey-testing/issues
ภาษาที่รองรับ 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"
}