Nxm Viewer
Open Nxm.
ما هو Nxm Viewer؟
Nxm Viewer هو إضافة Chrome تم تطويرها بواسطة mrpeter01، والميزة الرئيسية لها هي "Open Nxm.".
تحميل ملف CRX للإضافة Nxm Viewer
قم بتنزيل ملفات الامتداد Nxm Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'" } |