PVR-zPVR-Viewer
Extension to view PVR (zPVR) texture. Adds PVR-View tab in DevTool (F12)
What is PVR-zPVR-Viewer?
PVR-zPVR-Viewer is a Chrome extension developed by vm4ukr, and its main feature is "Extension to view PVR (zPVR) texture. Adds PVR-View tab in DevTool (F12)".
Extension Screenshots
Download PVR-zPVR-Viewer Extension CRX File
Download PVR-zPVR-Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. Extension Basic Information
| Name | |
| ID | ffnmgnehbibhahlmnnaiippaekjopgan |
| Official URL | https://chromewebstore.google.com/detail/pvr-zpvr-viewer/ffnmgnehbibhahlmnnaiippaekjopgan |
| Description | Extension to view PVR (zPVR) texture. Adds PVR-View tab in DevTool (F12) |
| File Size | 1.08 MB |
| Installation Count | 71 |
| Current Version | 1.1.2 |
| Last Updated | 2023-08-19 |
| Publish Date | 2022-09-15 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | vm4ukr |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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\/*"
]
} | |