Monhack

MONster documentation for HACKers

Monhackคืออะไร?

Monhack เป็นส่วนขยายของ Chrome ที่พัฒนาโดย brother.rain.1024 และคุณลักษณะหลักของมันคือ "MONster documentation for HACKers"

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

screenshot

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

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

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

                        MONster documentation for HACKers                    

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

ชื่อ Monhack Monhack
ID gdndbinjjajiihpfkehghlkkobchlcpk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gdndbinjjajiihpfkehghlkkobchlcpk
คำอธิบาย MONster documentation for HACKers
ขนาดไฟล์ 55.94 KB
จำนวนการติดตั้ง 429
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2014-08-05
วันที่เผยแพร่ 2014-08-05
คะแนน 3.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา brother.rain.1024
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://monhack.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Monhack",
    "version": "1.2.0",
    "description": "MONster documentation for HACKers",
    "permissions": [],
    "browser_action": {
        "default_title": "My Bookmarks",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "toggle-feature": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "Send a 'toggle-feature' event to the extension"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+M",
                "mac": "Alt+M"
            }
        }
    },
    "manifest_version": 2
}