Smart QRCode
Smart QRCode
Smart QRCode란 무엇입니까?
Smart QRCode은(는) ethan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Smart QRCode"입니다.
확장 프로그램 스크린샷
Smart QRCode 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Generates a QR Code from the Page URL of the current tab or Custom Texts with a single click. Additional options: * Five different QR code dimensions are supported, currently 220px, 380px, 512px, 800px and 1024px are supported. Right click the generated QR image and choose "Save Image As.." to save image locally and then you'll see the difference. * You can specify an icon image which will be drawed in the center of the QR code. Both online image and local image file are supported. (*Due to online image server's cross origin settings, some online images may not work)
확장 프로그램 기본 정보
이름 | Smart QRCode |
ID | bpneiabdnfmenainoficenddegfhgedo |
공식 URL | https://chromewebstore.google.com/detail/smart-qrcode/bpneiabdnfmenainoficenddegfhgedo |
설명 | Smart QRCode |
파일 크기 | 25.63 KB |
설치 횟수 | 125 |
현재 버전 | 1.0 |
최근 업데이트 | 2016-12-03 |
출시 날짜 | 2016-12-02 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | ethan |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart QRCode", "description": "Smart QRCode", "version": "1.0", "author": "Ethan", "permissions": [ "activeTab" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |