GRUU VIEWER
GRUU VIEWER is VR-enabled 360-degree panorama viewer that can be generate and share URLs by Drag and Drop.
O que é GRUU VIEWER?
GRUU VIEWER é uma extensão do Chrome desenvolvida por https://viewer.gruu.jp, e sua principal característica é "GRUU VIEWER is VR-enabled 360-degree panorama viewer that can be generate and share URLs by Drag and Drop.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GRUU VIEWER
Baixe arquivos de extensão GRUU VIEWER no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | GRUU VIEWER |
ID | ijegoogljplbdojkjiiljhlgjgpblcfi |
URL Oficial | https://chromewebstore.google.com/detail/gruu-viewer/ijegoogljplbdojkjiiljhlgjgpblcfi |
Descrição | GRUU VIEWER is VR-enabled 360-degree panorama viewer that can be generate and share URLs by Drag and Drop. |
Tamanho do Arquivo | 86.79 KB |
Contagem de Instalações | 1,897 |
Versão Atual | 3.0.2.0002 |
Última Atualização | 2022-07-26 |
Data de Publicação | 2019-10-23 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://viewer.gruu.jp |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | http://www.qlea.co.jp/privacypolicy.html |
Idiomas Suportados | 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" } } |