PVR-zPVR-Viewer
Extension to view PVR (zPVR) texture. Adds PVR-View tab in DevTool (F12)
什么是PVR-zPVR-Viewer?
PVR-zPVR-Viewer是由vm4ukr开发的Chrome扩展程序,该扩展的主要功能是“Extension to view PVR (zPVR) texture. Adds PVR-View tab in DevTool (F12)”。
扩展截图
下载PVR-zPVR-Viewer扩展crx文件
下载PVR-zPVR-Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | ffnmgnehbibhahlmnnaiippaekjopgan |
| 官方URL | https://chromewebstore.google.com/detail/pvr-zpvr-viewer/ffnmgnehbibhahlmnnaiippaekjopgan |
| 简介 | Extension to view PVR (zPVR) texture. Adds PVR-View tab in DevTool (F12) |
| 文件大小 | 1.08 MB |
| 安装次数 | 71 |
| 当前版本 | 1.1.2 |
| 更新时间 | 2023-08-19 |
| 上架时间 | 2022-09-15 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | vm4ukr |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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\/*"
]
} | |