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\/*" ] } |