GRUU VIEWER
GRUU VIEWER is VR-enabled 360-degree panorama viewer that can be generate and share URLs by Drag and Drop.
Cos'è GRUU VIEWER?
GRUU VIEWER è un'estensione di Chrome sviluppata da https://viewer.gruu.jp, e la sua funzione principale è "GRUU VIEWER is VR-enabled 360-degree panorama viewer that can be generate and share URLs by Drag and Drop.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GRUU VIEWER
Scarica i file di estensione GRUU VIEWER in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | GRUU VIEWER |
ID | ijegoogljplbdojkjiiljhlgjgpblcfi |
URL Ufficiale | https://chromewebstore.google.com/detail/gruu-viewer/ijegoogljplbdojkjiiljhlgjgpblcfi |
Descrizione | GRUU VIEWER is VR-enabled 360-degree panorama viewer that can be generate and share URLs by Drag and Drop. |
Dimensione del File | 86.79 KB |
Conteggio Installazioni | 1,897 |
Versione Corrente | 3.0.2.0002 |
Ultimo Aggiornamento | 2022-07-26 |
Data di Pubblicazione | 2019-10-23 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://viewer.gruu.jp |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://www.qlea.co.jp/privacypolicy.html |
Lingue Supportate | 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" } } |