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