3d Models Viewer
View your 3d models withing google chrome, this app is designed by 3dcgstore.com
Was ist 3d Models Viewer?
3d Models Viewer ist eine Chrome-Erweiterung, die von https://3dcgstore.com entwickelt wurde, und ihr Hauptmerkmal ist "View your 3d models withing google chrome, this app is designed by 3dcgstore.com".
Erweiterungsscreenshots
3d Models Viewer-Erweiterungs-CRX-Datei herunterladen
Laden Sie 3d Models Viewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
With this app you can view you 3d models within google chrome, it support obj extension is this version. more to come
Grundlegende Informationen zur Erweiterung
Name | |
ID | bbmibmfafdndlbfejkfmahgoobbkmjcp |
Offizielle URL | https://chrome.google.com/webstore/detail/3d-models-viewer/bbmibmfafdndlbfejkfmahgoobbkmjcp |
Beschreibung | View your 3d models withing google chrome, this app is designed by 3dcgstore.com |
Dateigröße | 21.98 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2018-05-07 |
Veröffentlichungsdatum | 2018-05-07 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://3dcgstore.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://3dcgstore.com |
Hilfeseite URL | https://3dcgstore.com/contact/ |
URL der Datenschutzrichtlinien-Seite | https://3dcgstore.com/legals/privacy-policy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "3d Models Viewer", "version": "0.0.2", "manifest_version": 2, "description": "View your 3d models withing google chrome, this app is designed by 3dcgstore.com", "homepage_url": "https:\/\/3dcgstore.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "browser action demo", "default_popup": "src\/browser_action\/browser_action.html" } } |