LMV Developer Tools
LMV Developer Tools
Vad är LMV Developer Tools?
LMV Developer Tools är en Chrome-tillägg utvecklad av lmv.developer.tools, och dess huvudfunktion är "LMV Developer Tools".
Tilläggsskärmbilder
Ladda ner LMV Developer Tools-förlängningens CRX-fil
Ladda ner LMV Developer Tools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | LMV Developer Tools |
ID | annfeccochdhninjikchkkioemhdpjje |
Officiell webbadress | https://chromewebstore.google.com/detail/lmv-developer-tools/annfeccochdhninjikchkkioemhdpjje |
Beskrivning | LMV Developer Tools |
Filstorlek | 588 KB |
Antal Installationer | 373 |
Aktuell Version | 1.18 |
Senast Uppdaterad | 2022-02-14 |
Publiceringsdatum | 2021-03-17 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | lmv.developer.tools |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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": [ " |