Click to open 3D

Opens 3D files in 3DView app from browser

什么是Click to open 3D?

Click to open 3D是由https://shapequote.com/3DView开发的Chrome扩展程序,该扩展的主要功能是“Opens 3D files in 3DView app from browser”。

扩展截图

screenshot
screenshot

下载Click to open 3D扩展crx文件

下载Click to open 3D扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Instantly downloads and opens 3D files from the web to a 3DView app. Great for previewing 3D files right from the web sites like www.thingiverse.com 

3DView app is required!

3DView is a lightweight, free and easy application for 3D modeling and printing. It allows viewing, quality inspection, measuring, editing and sharing 3D files, working alone or with a remote team.
Supported file formats: STL, OBJ, AMF, 3DS, PLY, Collada, CTM, VTK, BABYLON, THING and ZIP                    

扩展基本信息

名称 Click to open 3D Click to open 3D
ID hjgibfcoeomknakfhedjmlkakgelnecf
官方URL https://chromewebstore.google.com/detail/click-to-open-3d/hjgibfcoeomknakfhedjmlkakgelnecf
简介 Opens 3D files in 3DView app from browser
文件大小 37.62 KB
安装次数 10,000
当前版本 0.11.11
更新时间 2016-08-18
上架时间 2016-08-18
评分 3.38/5 共82次评分
开发者 https://shapequote.com/3DView
付费类型 free
支持的语言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.11.11",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "128": "assets\/icons\/icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "utility.js",
            "notifications.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "*:\/\/*\/*",
        "contextMenus",
        "downloads",
        "management",
        "notifications",
        "storage",
        "tabs"
    ]
}