3D Model Viewer
Simple 3D Model Viewer
什麼是3D Model Viewer?
3D Model Viewer是由Picsweb開發的Chrome擴展程式,該擴展的主要功能是“Simple 3D Model Viewer”。
擴展截圖
下載3D Model Viewer擴展crx文件
下載3D Model Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        This simple extension help users to view 3D model preview instantly. 
User has to paste the URL of below provide file formats
1) .gltf
2) .glb
3) usdz
Courtesy : https://zenithclipping.com/
Zenith clipping is a professional photo editing company in Bangladesh.                     擴展基本資訊
| 名稱 |   |  
| ID | icnhjdhclnciidcbbafekjogmkdhhgib | 
| 官方網址 | https://chromewebstore.google.com/detail/3d-model-viewer/icnhjdhclnciidcbbafekjogmkdhhgib | 
| 簡介 | Simple 3D Model Viewer | 
| 檔案大小 | 311 KB | 
| 安裝次數 | 1,303 | 
| 目前版本 | 2.0 | 
| 更新時間 | 2021-10-29 | 
| 上架時間 | 2021-04-26 | 
| 開發者 | Picsweb | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | https://zenithclipping.com/ | 
| 支援的語言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "3D Model Viewer",
    "description": "Simple 3D Model Viewer",
    "version": "2.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "512": "icon512.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon128.png",
            "48": "icon48.png",
            "32": "icon.png",
            "16": "icon16.png"
        },
        "default_title": "3D Model Viewer",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'wasm-eval' https:\/\/unpkg.com; object-src 'self'"
}  |  |