Monhack
MONster documentation for HACKers
什麼是Monhack?
Monhack是由brother.rain.1024開發的Chrome擴展程式,該擴展的主要功能是“MONster documentation for HACKers”。
擴展截圖
下載Monhack擴展crx文件
下載Monhack擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
MONster documentation for HACKers 擴展基本資訊
| 名稱 | |
| ID | gdndbinjjajiihpfkehghlkkobchlcpk |
| 官方網址 | 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
} | |