3d Models Viewer

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

Co to jest 3d Models Viewer?

3d Models Viewer to rozszerzenie Chrome opracowane przez https://3dcgstore.com, a jego główną funkcją jest „View your 3d models withing google chrome, this app is designed by 3dcgstore.com”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia 3d Models Viewer

Pobierz pliki rozszerzeń 3d Models Viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa 3d Models Viewer 3d Models Viewer
ID bbmibmfafdndlbfejkfmahgoobbkmjcp
Oficjalny URL https://chrome.google.com/webstore/detail/3d-models-viewer/bbmibmfafdndlbfejkfmahgoobbkmjcp
Opis View your 3d models withing google chrome, this app is designed by 3dcgstore.com
Rozmiar pliku 21.98 KB
Liczba instalacji 1,000
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2018-05-07
Data Publikacji 2018-05-07
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper https://3dcgstore.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://3dcgstore.com
Adres URL Strony Pomocy https://3dcgstore.com/contact/
Adres URL Strony Polityki Prywatności https://3dcgstore.com/legals/privacy-policy
Obsługiwane Języki 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"
    }
}