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 |
官方網址 | 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'" } |