GRAB AR

GRAB AR QR Code Generator

什麼是GRAB AR?

GRAB AR是由https://grabar.app開發的Chrome擴展程式,該擴展的主要功能是“GRAB AR QR Code Generator”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載GRAB AR擴展crx文件

下載GRAB AR擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The GRAB AR QR Code Generator Chrome extension works in conjunction with GRAB AR Mobile App. 

Once installed and enabled, just right click on any Image on a web page and select the menu option ‘Create GRAB AR QR Code for Image’ to generate it’s GRAB AR QR code (make sure the page has fully loaded). Point your Mobile Phone QR Reader at the QR code and it will open the GRAB AR Mobile App with the selected Image placed on your Camera and associated link. 

Visualise how products look in any environment that you choose using your Mobile Phone and the GRAB AR App. Mix-and-match multiple items from multiple websites and view on one screen in Augmented Reality with a direct link back (on double tap) to the Image source on your mobile phone.

With GRAB AR you can Copy, Compare and Share. Fill the Imagination Gap. See how any products look in your chosen environment. Help with your purchasing decisions. Create shopping lists. 

Add multiple Image Content Items in one .GRABAR Collection. Save and Share .GRABAR Collection files. Generate documents (Word/PDF) from GRAB Collections!

GRAB AR automatically removes the background of any Image Content and then places this on the Camera to view in any chosen surroundings. With GRAB AR you can add multiple Image Content Items on one screen to Mix-and-Match, Compare and Share.

Visit https://grabar.app                    

擴展基本資訊

名稱 GRAB AR GRAB AR
ID igladeejmlgilkplcoejoodcnejhdiac
官方網址 https://chromewebstore.google.com/detail/grab-ar/igladeejmlgilkplcoejoodcnejhdiac
簡介 GRAB AR QR Code Generator
檔案大小 1.56 MB
安裝次數 149
目前版本 4.0.0.1
更新時間 2021-11-26
上架時間 2020-09-08
評分 5.00/5 共 3 次評分
開發者 https://grabar.app
電子郵箱 [email protected]
付費類型 free
擴展官網 https://grabar.app
說明頁面URL https://grabar.app/contact.php
隱私政策頁面URL https://grabar.app/privacy-policy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GRAB AR",
    "version": "4.0.0.1",
    "manifest_version": 2,
    "description": "GRAB AR QR Code Generator",
    "homepage_url": "https:\/\/grabar.app",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "qrcode\/jquery.qrcode.min.js",
                "qrcode\/qrcode.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}