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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 3d Models Viewer

ดาวน์โหลดไฟล์ส่วนขยาย 3d Models Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With this app you can view you 3d models within google chrome, it support obj extension is this version. more to come                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 3d Models Viewer 3d Models Viewer
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
URL หน้าช่วยเหลือ https://3dcgstore.com/contact/
URL หน้านโยบายความเป็นส่วนตัว 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"
    }
}