LMV Developer Tools
LMV Developer Tools
Co to jest LMV Developer Tools?
LMV Developer Tools to rozszerzenie Chrome opracowane przez lmv.developer.tools, a jego główną funkcją jest „LMV Developer Tools”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LMV Developer Tools
Pobierz pliki rozszerzeń LMV Developer Tools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A set of tools in order to make LMV development easier. The purpose of the extension is to supply developer tools for LMV (Large model viewer). You can read more about LMV here: https://viewer.autodesk.com Some examples of tools that are included in this extension: - Show / hide model - Show / hide model bounding box - Open model in testbed - Open model in LMV Ninja - Show world axis - Show near & far planes - FPS monitor
Podstawowe informacje o rozszerzeniu
Nazwa | LMV Developer Tools |
ID | annfeccochdhninjikchkkioemhdpjje |
Oficjalny URL | https://chromewebstore.google.com/detail/lmv-developer-tools/annfeccochdhninjikchkkioemhdpjje |
Opis | LMV Developer Tools |
Rozmiar pliku | 588 KB |
Liczba instalacji | 373 |
Aktualna Wersja | 1.18 |
Ostatnia Aktualizacja | 2022-02-14 |
Data Publikacji | 2021-03-17 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | lmv.developer.tools |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LMV Developer Tools", "description": "LMV Developer Tools", "version": "1.18", "manifest_version": 3, "permissions": [ "storage", "activeTab" ], "action": { "default_popup": "index.html", "default_title": "LMV Developer Tools" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "static\/js\/contentScript.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "\/scripts.js" ], "matches": [ " |