3d Models Viewer

View your 3d models withing google chrome, this app is designed by 3dcgstore.com

Apa itu 3d Models Viewer?

3d Models Viewer adalah ekstensi Chrome yang dikembangkan oleh https://3dcgstore.com, dan fitur utamanya adalah "View your 3d models withing google chrome, this app is designed by 3dcgstore.com".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi 3d Models Viewer

Unduh file ekstensi 3d Models Viewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama 3d Models Viewer 3d Models Viewer
ID bbmibmfafdndlbfejkfmahgoobbkmjcp
URL Resmi https://chrome.google.com/webstore/detail/3d-models-viewer/bbmibmfafdndlbfejkfmahgoobbkmjcp
Deskripsi View your 3d models withing google chrome, this app is designed by 3dcgstore.com
Ukuran File 21.98 KB
Jumlah Instalasi 1,000
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2018-05-07
Tanggal Publikasi 2018-05-07
Penilaian 1.00/5 Total 1 Penilaian
Pengembang https://3dcgstore.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://3dcgstore.com
URL Halaman Bantuan https://3dcgstore.com/contact/
URL Halaman Kebijakan Privasi https://3dcgstore.com/legals/privacy-policy
Bahasa yang Didukung 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"
    }
}