QR URL
Show current web URL as a QRCode so you may scan with your mobile device.
QR URL란 무엇입니까?
QR URL은(는) https://soynerdito.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show current web URL as a QRCode so you may scan with your mobile device."입니다.
확장 프로그램 스크린샷
QR URL 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Show a QR Code for the current URL on the active tab of the browser. Intended so you can scan the barcode with your mobile device and navigate to page without the need of chrome to phone or if you have a non chrome 2 phone compatible device. Added Context Menu to create QRCode from free text selected from any web page Added Context Menu to create EAN8 Barcode from free text selected from any web page. EAN8 Barcode is only numeric an accepts up to 8 characters if checksum digit is included. If selection is of 7 characters then checksum is calculated.
확장 프로그램 기본 정보
이름 | QR URL |
ID | nppbdeifhmhjlahlcplebmeklianffba |
공식 URL | https://chromewebstore.google.com/detail/qr-url/nppbdeifhmhjlahlcplebmeklianffba |
설명 | Show current web URL as a QRCode so you may scan with your mobile device. |
파일 크기 | 5.38 KB |
설치 횟수 | 1,517 |
현재 버전 | 3.0 |
최근 업데이트 | 2014-04-01 |
출시 날짜 | 2014-03-31 |
평점 | 4.29/5 총 17 개의 평점 |
개발자 | https://soynerdito.blogspot.com |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QR URL", "version": "3.0", "description": "Show current web URL as a QRCode so you may scan with your mobile device.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/chart.apis.google.com\/", "tabs", "contextMenus" ], "background": { "default_icon": "icon.png", "persistent": false, "scripts": [ "main.js" ] }, "icons": { "16": "icon.png" }, "manifest_version": 2 } |