PVR-zPVR-Viewer
Extension to view PVR (zPVR) texture. Adds PVR-View tab in DevTool (F12)
PVR-zPVR-Viewerคืออะไร?
PVR-zPVR-Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vm4ukr และคุณลักษณะหลักของมันคือ "Extension to view PVR (zPVR) texture. Adds PVR-View tab in DevTool (F12)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PVR-zPVR-Viewer
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PVR-zPVR-Viewer |
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\/*" ] } |