GRUU VIEWER

GRUU VIEWER is VR-enabled 360-degree panorama viewer that can be generate and share URLs by Drag and Drop.

GRUU VIEWER là gì?

GRUU VIEWER là một tiện ích mở rộng Chrome được phát triển bởi https://viewer.gruu.jp, và tính năng chính của nó là "GRUU VIEWER is VR-enabled 360-degree panorama viewer that can be generate and share URLs by Drag and Drop.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GRUU VIEWER

Tải xuống các tệp mở rộng GRUU VIEWER dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GRUU VIEWER GRUU VIEWER
ID ijegoogljplbdojkjiiljhlgjgpblcfi
URL Chính Thức https://chromewebstore.google.com/detail/gruu-viewer/ijegoogljplbdojkjiiljhlgjgpblcfi
Mô tả GRUU VIEWER is VR-enabled 360-degree panorama viewer that can be generate and share URLs by Drag and Drop.
Kích Thước Tệp 86.79 KB
Số Lần Cài Đặt 1,897
Phiên Bản Hiện Tại 3.0.2.0002
Cập Nhật Lần Cuối 2022-07-26
Ngày Phát Hành 2019-10-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://viewer.gruu.jp
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://www.qlea.co.jp/privacypolicy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}