GRUU VIEWER

GRUU VIEWER is VR-enabled 360-degree panorama viewer that can be generate and share URLs by Drag and Drop.

¿Qué es GRUU VIEWER?

GRUU VIEWER es una extensión de Chrome desarrollada por https://viewer.gruu.jp, y su función principal es "GRUU VIEWER is VR-enabled 360-degree panorama viewer that can be generate and share URLs by Drag and Drop.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión GRUU VIEWER

Descarga archivos de extensión GRUU VIEWER en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        1, Input title your image(jpeg,png,tiff) or video(H.264).
2, Drag your file and share.
&, From the context menu.

note:
No Ads, no tracking and free to use without registration.                    

Información Básica de la Extensión

Nombre GRUU VIEWER GRUU VIEWER
ID ijegoogljplbdojkjiiljhlgjgpblcfi
URL Oficial https://chromewebstore.google.com/detail/gruu-viewer/ijegoogljplbdojkjiiljhlgjgpblcfi
Descripción GRUU VIEWER is VR-enabled 360-degree panorama viewer that can be generate and share URLs by Drag and Drop.
Tamaño del Archivo 86.79 KB
Cantidad de Instalaciones 1,897
Versión Actual 3.0.2.0002
Última Actualización 2022-07-26
Fecha de Publicación 2019-10-23
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://viewer.gruu.jp
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad http://www.qlea.co.jp/privacypolicy.html
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GRUU VIEWER",
    "short_name": "GRUU VIEWER",
    "version": "3.0.2.0002",
    "description": "GRUU VIEWER is VR-enabled 360-degree panorama viewer that can be generate and share URLs by Drag and Drop.",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "homepage_url": "https:\/\/viewer.gruu.jp\/",
    "action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_title": "GRUU VIEWER",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}