GRAB AR
GRAB AR QR Code Generator
GRAB AR란 무엇입니까?
GRAB AR은(는) https://grabar.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GRAB AR QR Code Generator"입니다.
확장 프로그램 스크린샷
GRAB AR 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
ID | igladeejmlgilkplcoejoodcnejhdiac |
공식 URL | 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" ] } ] } |