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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "GRUU VIEWER is VR-enabled 360-degree panorama viewer that can be generate and share URLs by Drag and Drop."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GRUU VIEWER एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    }
}