WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
3DView

3DView

View on Chrome Web Store
View 3DView Chrome Extension on Chrome Web Store
Add to bookmarks
3.7 (372 ratings)
1 new ratings
10 views
This extension has been viewed 10 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Powerful application for 3D printing enthusiasts and professionals
Type
ChromeOS Game
Users
20,000 users
10K
Awesome-Team
View author page of Awesome-Team
Published
Published on December 28, 2013
Version 0.11.10
Manifest version
2
Updated
Updated on August 19, 2016
View on Chrome Web Store
View 3DView Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 2,
    "minimum_chrome_version": "28",
    "version": "0.11.10",
    "offline_enabled": true,
    "container": [
        "GOOGLE_DRIVE"
    ],
    "api_console_project_id": "135026630990",
    "gdrive_mime_types": {
        "http:\/\/drive.google.com\/intents\/opendrivedoc": [
            {
                "type": [
                    "application\/zip",
                    "application\/vnd.ms-pki.stl",
                    "application\/vnd.ms-pki.obj",
                    "application\/vnd.ms-pki.amf",
                    "application\/vnd.ms-pki.3ds",
                    "application\/vnd.ms-pki.ctm",
                    "application\/vnd.ms-pki.dae",
                    "application\/vnd.ms-pki.ply",
                    "application\/vnd.ms-pki.vtk",
                    "application\/vnd.ms-pki.babylon",
                    "application\/vnd.ms-pki.wrl",
                    "application\/vnd.ms-pki.thing"
                ],
                "href": "http:\/\/shapequote.com\/3DView\/",
                "title": "Open",
                "disposition": "window"
            }
        ]
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "app": {
        "background": {
            "scripts": [
                "background.js",
                "js\/Three\/build\/three.js"
            ]
        }
    },
    "permissions": [
        "*:\/\/*\/*",
        "storage",
        "notifications",
        "fileSystem",
        "identity",
        "webview",
        {
            "fileSystem": [
                "write",
                "directory"
            ]
        }
    ],
    "requirements": {
        "3D": {
            "features": [
                "webgl"
            ]
        }
    },
    "file_handlers": {
        "3D files": {
            "types": [
                "*\/*"
            ],
            "extensions": [
                "babylon",
                "ctm",
                "dae",
                "js",
                "json",
                "3geo",
                "3mat",
                "3obj",
                "3scn",
                "obj",
                "ply",
                "stl",
                "3ds",
                "vtk",
                "wrl",
                "thing",
                "zip"
            ],
            "title": "3DView"
        }
    },
    "oauth2": {
        "client_id": "135026630990-8omc7p3on0d6dlmp6aie420jle3dlbu0.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top