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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://viewer.gruu.jp และคุณลักษณะหลักของมันคือ "GRUU VIEWER is VR-enabled 360-degree panorama viewer that can be generate and share URLs by Drag and Drop."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GRUU VIEWER
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } |