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"
    }
}