3d Models Viewer
View your 3d models withing google chrome, this app is designed by 3dcgstore.com
Cos'è 3d Models Viewer?
3d Models Viewer è un'estensione di Chrome sviluppata da https://3dcgstore.com, e la sua funzione principale è "View your 3d models withing google chrome, this app is designed by 3dcgstore.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 3d Models Viewer
Scarica i file di estensione 3d Models Viewer 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
With this app you can view you 3d models within google chrome, it support obj extension is this version. more to come
Informazioni di Base sull'Estensione
Nome | |
ID | bbmibmfafdndlbfejkfmahgoobbkmjcp |
URL Ufficiale | https://chrome.google.com/webstore/detail/3d-models-viewer/bbmibmfafdndlbfejkfmahgoobbkmjcp |
Descrizione | View your 3d models withing google chrome, this app is designed by 3dcgstore.com |
Dimensione del File | 21.98 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2018-05-07 |
Data di Pubblicazione | 2018-05-07 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | https://3dcgstore.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://3dcgstore.com |
URL della Pagina di Aiuto | https://3dcgstore.com/contact/ |
URL della Pagina della Politica sulla Privacy | https://3dcgstore.com/legals/privacy-policy |
Lingue Supportate | 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" } } |