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 |
官方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 } |