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