Nxm Viewer

Open Nxm.

Nxm Viewer là gì?

Nxm Viewer là một tiện ích mở rộng Chrome được phát triển bởi mrpeter01, và tính năng chính của nó là "Open Nxm.".

Tải xuống tệp CRX của tiện ích mở rộng Nxm Viewer

Tải xuống các tệp mở rộng Nxm Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        To open Description, File, Image tabs of Nexusmod from inputted url.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nxm Viewer Nxm Viewer
ID nmcijdhppiokjiekllepfaknilfodboj
URL Chính Thức https://chrome.google.com/webstore/detail/nxm-viewer/nmcijdhppiokjiekllepfaknilfodboj
Mô tả Open Nxm.
Kích Thước Tệp 5.56 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.0.0.1
Cập Nhật Lần Cuối 2015-07-17
Ngày Phát Hành 2015-07-17
Nhà Phát Triển mrpeter01
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}