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. 擴展基本資訊
| 名稱 | |
| ID | ijegoogljplbdojkjiiljhlgjgpblcfi |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |