Nxm Viewer
Open Nxm.
Nxm Viewerとは何ですか?
Nxm Viewerはmrpeter01によって開発されたChromeの拡張機能で、その主な機能は「Open Nxm.」です。
Nxm Viewer拡張機能のCRXファイルをダウンロード
Nxm Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
To open Description, File, Image tabs of Nexusmod from inputted url.
拡張機能の基本情報
名前 | |
ID | nmcijdhppiokjiekllepfaknilfodboj |
公式URL | https://chrome.google.com/webstore/detail/nxm-viewer/nmcijdhppiokjiekllepfaknilfodboj |
説明 | Open Nxm. |
ファイルサイズ | 5.56 KB |
インストール数 | 24 |
現在のバージョン | 1.0.0.1 |
最終更新日 | 2015-07-17 |
公開日 | 2015-07-17 |
開発者 | mrpeter01 |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nxm Viewer", "version": "1.0.0.1", "manifest_version": 2, "description": "Open Nxm.", "browser_action": { "default_icon": { "19": "icon.png" }, "default_title": "Nxm Viewer", "default_popup": "mainpage.html" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |