Nxm Viewer
Open Nxm.
Co to jest Nxm Viewer?
Nxm Viewer to rozszerzenie Chrome opracowane przez mrpeter01, a jego główną funkcją jest „Open Nxm.”.
Pobierz plik CRX rozszerzenia Nxm Viewer
Pobierz pliki rozszerzeń Nxm Viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
To open Description, File, Image tabs of Nexusmod from inputted url.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nmcijdhppiokjiekllepfaknilfodboj |
Oficjalny URL | https://chrome.google.com/webstore/detail/nxm-viewer/nmcijdhppiokjiekllepfaknilfodboj |
Opis | Open Nxm. |
Rozmiar pliku | 5.56 KB |
Liczba instalacji | 24 |
Aktualna Wersja | 1.0.0.1 |
Ostatnia Aktualizacja | 2015-07-17 |
Data Publikacji | 2015-07-17 |
Deweloper | mrpeter01 |
Typ Płatności | free |
Obsługiwane Języki | 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'" } |