GRUU VIEWER
GRUU VIEWER is VR-enabled 360-degree panorama viewer that can be generate and share URLs by Drag and Drop.
Qu'est-ce que GRUU VIEWER ?
GRUU VIEWER est une extension Chrome développée par https://viewer.gruu.jp, et sa fonction principale est "GRUU VIEWER is VR-enabled 360-degree panorama viewer that can be generate and share URLs by Drag and Drop.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GRUU VIEWER
Téléchargez les fichiers d'extension GRUU VIEWER au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | GRUU VIEWER |
ID | ijegoogljplbdojkjiiljhlgjgpblcfi |
URL Officiel | https://chromewebstore.google.com/detail/gruu-viewer/ijegoogljplbdojkjiiljhlgjgpblcfi |
Description | GRUU VIEWER is VR-enabled 360-degree panorama viewer that can be generate and share URLs by Drag and Drop. |
Taille du Fichier | 86.79 KB |
Nombre d'Installations | 1,897 |
Version Actuelle | 3.0.2.0002 |
Dernière Mise à Jour | 2022-07-26 |
Date de Publication | 2019-10-23 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://viewer.gruu.jp |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://www.qlea.co.jp/privacypolicy.html |
Langues Prises en Charge | 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" } } |