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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*"
]
} | |