PVR-zPVR-Viewer

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

Qu'est-ce que PVR-zPVR-Viewer ?

PVR-zPVR-Viewer est une extension Chrome développée par vm4ukr, et sa fonction principale est "Extension to view PVR (zPVR) texture. Adds PVR-View tab in DevTool (F12)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PVR-zPVR-Viewer

Téléchargez les fichiers d'extension PVR-zPVR-Viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PVR-zPVR-Viewer PVR-zPVR-Viewer
ID ffnmgnehbibhahlmnnaiippaekjopgan
URL Officiel https://chromewebstore.google.com/detail/pvr-zpvr-viewer/ffnmgnehbibhahlmnnaiippaekjopgan
Description Extension to view PVR (zPVR) texture. Adds PVR-View tab in DevTool (F12)
Taille du Fichier 1.08 MB
Nombre d'Installations 71
Version Actuelle 1.1.2
Dernière Mise à Jour 2023-08-19
Date de Publication 2022-09-15
Évaluation 5.00/5 Total 1 Évaluations
Développeur vm4ukr
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}