QR Code Creator
Quickly send viewing web page or any other text to your mobile using QR code.
QR Code Creator란 무엇입니까?
QR Code Creator은(는) PixelOwner에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly send viewing web page or any other text to your mobile using QR code."입니다.
확장 프로그램 스크린샷
QR Code Creator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
How often does it happen, when you want to send something very quickly into your phone from the web browser? Now it is very easy. Just click the extension button, point your camera on the generated QR code and scan it. Woala, link to the viewing web page is in your phone. You can even share any text, just type it into the field on the bottom of the extension and press the submit button. Also you can scan generated QR codes.
확장 프로그램 기본 정보
이름 | QR Code Creator |
ID | addgaohhlahfdofpaplmeknphfoafeoc |
공식 URL | https://chromewebstore.google.com/detail/qr-code-creator/addgaohhlahfdofpaplmeknphfoafeoc |
설명 | Quickly send viewing web page or any other text to your mobile using QR code. |
파일 크기 | 160 KB |
설치 횟수 | 1,850 |
현재 버전 | 2 |
최근 업데이트 | 2013-09-22 |
출시 날짜 | 2013-09-22 |
평점 | 4.52/5 총 21 개의 평점 |
개발자 | PixelOwner |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Creator", "version": "2", "icons": { "16": "img\/icon-16.png", "24": "img\/icon-24.png", "48": "img\/icon-48.png", "256": "img\/icon-256.png" }, "description": "Quickly send viewing web page or any other text to your mobile using QR code.", "browser_action": { "default_icon": "img\/icon-16.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |