Nxm Viewer
Open Nxm.
Nxm Viewer란 무엇입니까?
Nxm Viewer은(는) mrpeter01에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open Nxm."입니다.
Nxm Viewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |