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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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'" } |