3d Models Viewer
View your 3d models withing google chrome, this app is designed by 3dcgstore.com
什么是3d Models Viewer?
3d Models Viewer是由https://3dcgstore.com开发的Chrome扩展程序,该扩展的主要功能是“View your 3d models withing google chrome, this app is designed by 3dcgstore.com”。
扩展截图
下载3d Models Viewer扩展crx文件
下载3d Models Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With this app you can view you 3d models within google chrome, it support obj extension is this version. more to come
扩展基本信息
名称 | |
ID | bbmibmfafdndlbfejkfmahgoobbkmjcp |
官方URL | https://chrome.google.com/webstore/detail/3d-models-viewer/bbmibmfafdndlbfejkfmahgoobbkmjcp |
简介 | View your 3d models withing google chrome, this app is designed by 3dcgstore.com |
文件大小 | 21.98 KB |
安装次数 | 1,000 |
当前版本 | 0.0.2 |
更新时间 | 2018-05-07 |
上架时间 | 2018-05-07 |
评分 | 1.00/5 共1次评分 |
开发者 | https://3dcgstore.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://3dcgstore.com |
帮助页面URL | https://3dcgstore.com/contact/ |
隐私政策页面URL | https://3dcgstore.com/legals/privacy-policy |
支持的语言 | 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" } } |