3d Models Viewer

View your 3d models withing google chrome, this app is designed by 3dcgstore.com

What is 3d Models Viewer?

3d Models Viewer is a Chrome extension developed by https://3dcgstore.com, and its main feature is "View your 3d models withing google chrome, this app is designed by 3dcgstore.com".

Extension Screenshots

screenshot
screenshot

Download 3d Models Viewer Extension CRX File

Download 3d Models Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        With this app you can view you 3d models within google chrome, it support obj extension is this version. more to come                    

Extension Basic Information

Name 3d Models Viewer 3d Models Viewer
ID bbmibmfafdndlbfejkfmahgoobbkmjcp
Official URL https://chrome.google.com/webstore/detail/3d-models-viewer/bbmibmfafdndlbfejkfmahgoobbkmjcp
Description View your 3d models withing google chrome, this app is designed by 3dcgstore.com
File Size 21.98 KB
Installation Count 1,000
Current Version 0.0.2
Last Updated 2018-05-07
Publish Date 2018-05-07
Rating 1.00/5 Total 1 Ratings
Developer https://3dcgstore.com
Email [email protected]
Payment Type free
Extension Website https://3dcgstore.com
Help Page URL https://3dcgstore.com/contact/
Privacy Policy Page URL https://3dcgstore.com/legals/privacy-policy
Supported Languages 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"
    }
}