3d Models Viewer
View your 3d models withing google chrome, this app is designed by 3dcgstore.com
ما هو 3d Models Viewer؟
3d Models Viewer هو إضافة Chrome تم تطويرها بواسطة https://3dcgstore.com، والميزة الرئيسية لها هي "View your 3d models withing google chrome, this app is designed by 3dcgstore.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 3d Models Viewer
قم بتنزيل ملفات الامتداد 3d Models Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With this app you can view you 3d models within google chrome, it support obj extension is this version. more to come
معلومات أساسية عن التمديد
الاسم | |
ID | bbmibmfafdndlbfejkfmahgoobbkmjcp |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/3d-models-viewer/bbmibmfafdndlbfejkfmahgoobbkmjcp |
الوصف | View your 3d models withing google chrome, this app is designed by 3dcgstore.com |
حجم الملف | 21.98 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2018-05-07 |
تاريخ النشر | 2018-05-07 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | https://3dcgstore.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://3dcgstore.com |
عنوان صفحة المساعدة | https://3dcgstore.com/contact/ |
عنوان صفحة سياسة الخصوصية | https://3dcgstore.com/legals/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "3d Models Viewer", "version": "0.0.2", "manifest_version": 2, "description": "View your 3d models withing google chrome, this app is designed by 3dcgstore.com", "homepage_url": "https:\/\/3dcgstore.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "browser action demo", "default_popup": "src\/browser_action\/browser_action.html" } } |