GRUU VIEWER
GRUU VIEWER is VR-enabled 360-degree panorama viewer that can be generate and share URLs by Drag and Drop.
GRUU VIEWERとは何ですか?
GRUU VIEWERはhttps://viewer.gruu.jpによって開発されたChromeの拡張機能で、その主な機能は「GRUU VIEWER is VR-enabled 360-degree panorama viewer that can be generate and share URLs by Drag and Drop.」です。
拡張機能のスクリーンショット
GRUU VIEWER拡張機能のCRXファイルをダウンロード
GRUU VIEWER拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | GRUU VIEWER |
ID | ijegoogljplbdojkjiiljhlgjgpblcfi |
公式URL | https://chromewebstore.google.com/detail/gruu-viewer/ijegoogljplbdojkjiiljhlgjgpblcfi |
説明 | GRUU VIEWER is VR-enabled 360-degree panorama viewer that can be generate and share URLs by Drag and Drop. |
ファイルサイズ | 86.79 KB |
インストール数 | 1,897 |
現在のバージョン | 3.0.2.0002 |
最終更新日 | 2022-07-26 |
公開日 | 2019-10-23 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://viewer.gruu.jp |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://www.qlea.co.jp/privacypolicy.html |
対応言語 | 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" } } |