3D Model Viewer
Simple 3D Model Viewer
Что такое 3D Model Viewer?
3D Model Viewer - это расширение Chrome, разработанное Picsweb, и его основная функция - "Simple 3D Model Viewer".
Снимки экрана расширения
Скачать файл CRX расширения 3D Model Viewer
Скачайте файлы расширений 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.
Основная информация о расширении
Название | 3D Model Viewer |
ID | icnhjdhclnciidcbbafekjogmkdhhgib |
Официальный URL | 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'" } |