GRUU VIEWER

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

Apa itu GRUU VIEWER?

GRUU VIEWER adalah ekstensi Chrome yang dikembangkan oleh https://viewer.gruu.jp, dan fitur utamanya adalah "GRUU VIEWER is VR-enabled 360-degree panorama viewer that can be generate and share URLs by Drag and Drop.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi GRUU VIEWER

Unduh file ekstensi GRUU VIEWER dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama GRUU VIEWER GRUU VIEWER
ID ijegoogljplbdojkjiiljhlgjgpblcfi
URL Resmi https://chromewebstore.google.com/detail/gruu-viewer/ijegoogljplbdojkjiiljhlgjgpblcfi
Deskripsi GRUU VIEWER is VR-enabled 360-degree panorama viewer that can be generate and share URLs by Drag and Drop.
Ukuran File 86.79 KB
Jumlah Instalasi 1,897
Versi Saat Ini 3.0.2.0002
Terakhir Diperbarui 2022-07-26
Tanggal Publikasi 2019-10-23
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://viewer.gruu.jp
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://www.qlea.co.jp/privacypolicy.html
Bahasa yang Didukung 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"
    }
}