LMV Developer Tools
LMV Developer Tools
Cos'è LMV Developer Tools?
LMV Developer Tools è un'estensione di Chrome sviluppata da lmv.developer.tools, e la sua funzione principale è "LMV Developer Tools".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LMV Developer Tools
Scarica i file di estensione LMV Developer Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | LMV Developer Tools |
ID | annfeccochdhninjikchkkioemhdpjje |
URL Ufficiale | https://chromewebstore.google.com/detail/lmv-developer-tools/annfeccochdhninjikchkkioemhdpjje |
Descrizione | LMV Developer Tools |
Dimensione del File | 588 KB |
Conteggio Installazioni | 373 |
Versione Corrente | 1.18 |
Ultimo Aggiornamento | 2022-02-14 |
Data di Pubblicazione | 2021-03-17 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | lmv.developer.tools |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [ " |