URL Scanner and QR Codes
Quickly get the Website, Text, Call, Messages on your phones using simple and advanced QR codes features.
URL Scanner and QR Codes란 무엇입니까?
URL Scanner and QR Codes은(는) QuickQRCode에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly get the Website, Text, Call, Messages on your phones using simple and advanced QR codes features."입니다.
확장 프로그램 스크린샷
URL Scanner and QR Codes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Have you ever felt the need to quickly open an URL on your smartphone while browsing the page on your desktop or laptop? Entering it manually in your mobile browser address bar, copying and sending it via email or messenger are some of the tedious ways to achieve it. How about a QR code scanner add-on to your chrome browser which embeds the same URL? Use your favorite QR code scanner and open the webpage in your mobile browser. Benefits provided by URL Scanner: # Quick Access # Minimal effort # Save time 1. Add the plugin as a chrome extension. 2. To access the URL on your smart device, click on the plugin icon, a QR code for the current page is shown on the screen. 3. Read the QR code with your smartphone and quickly access the URL in your device with minimal effort.
확장 프로그램 기본 정보
이름 | URL Scanner and QR Codes |
ID | binplchlokfjknlnakmhdmflkjncfpad |
공식 URL | https://chromewebstore.google.com/detail/url-scanner-and-qr-codes/binplchlokfjknlnakmhdmflkjncfpad |
설명 | Quickly get the Website, Text, Call, Messages on your phones using simple and advanced QR codes features. |
파일 크기 | 91.79 KB |
설치 횟수 | 12,253 |
현재 버전 | 2.0 |
최근 업데이트 | 2022-08-11 |
출시 날짜 | 2017-06-22 |
평점 | 3.73/5 총 30 개의 평점 |
개발자 | QuickQRCode |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://cloudqrcode.web.app/privacy.htm |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "2.0", "description": "__MSG_appDescription__", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ] } |