PVR-zPVR-Viewer

Extension to view PVR (zPVR) texture. Adds PVR-View tab in DevTool (F12)

Co to jest PVR-zPVR-Viewer?

PVR-zPVR-Viewer to rozszerzenie Chrome opracowane przez vm4ukr, a jego główną funkcją jest „Extension to view PVR (zPVR) texture. Adds PVR-View tab in DevTool (F12)”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia PVR-zPVR-Viewer

Pobierz pliki rozszerzeń PVR-zPVR-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

                        For viewing *.pvr files loaded on web page or from local file.
After opening page you should open DevTool (press F12) and find there new tab "PVR-View".
Then choose loaded *.pvr from list. 
If you don't see needed *.pvr file in list, probably DevTool opened after this file was loaded in the web page. Reload page with opened DevTool.

Or you can open your *.pvr local file.                    

Podstawowe informacje o rozszerzeniu

Nazwa PVR-zPVR-Viewer PVR-zPVR-Viewer
ID ffnmgnehbibhahlmnnaiippaekjopgan
Oficjalny URL https://chromewebstore.google.com/detail/pvr-zpvr-viewer/ffnmgnehbibhahlmnnaiippaekjopgan
Opis Extension to view PVR (zPVR) texture. Adds PVR-View tab in DevTool (F12)
Rozmiar pliku 1.08 MB
Liczba instalacji 71
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2023-08-19
Data Publikacji 2022-09-15
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper vm4ukr
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PVR-zPVR-Viewer",
    "description": "Extension to view PVR (zPVR) texture. Adds PVR-View tab in DevTool (F12)",
    "version": "1.1.2",
    "manifest_version": 3,
    "devtools_page": "devtools.html",
    "icons": {
        "16": "icon48.png",
        "32": "icon48.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [],
    "host_permissions": [
        "http:\/\/localhost\/*"
    ]
}