PVR-zPVR-Viewer

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

Cos'è PVR-zPVR-Viewer?

PVR-zPVR-Viewer è un'estensione di Chrome sviluppata da vm4ukr, e la sua funzione principale è "Extension to view PVR (zPVR) texture. Adds PVR-View tab in DevTool (F12)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PVR-zPVR-Viewer

Scarica i file di estensione PVR-zPVR-Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome PVR-zPVR-Viewer PVR-zPVR-Viewer
ID ffnmgnehbibhahlmnnaiippaekjopgan
URL Ufficiale https://chromewebstore.google.com/detail/pvr-zpvr-viewer/ffnmgnehbibhahlmnnaiippaekjopgan
Descrizione Extension to view PVR (zPVR) texture. Adds PVR-View tab in DevTool (F12)
Dimensione del File 1.08 MB
Conteggio Installazioni 71
Versione Corrente 1.1.2
Ultimo Aggiornamento 2023-08-19
Data di Pubblicazione 2022-09-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore vm4ukr
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}