QR creator
Create QR code for current url.
QR creator란 무엇입니까?
QR creator은(는) Uğur KINIK에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create QR code for current url."입니다.
확장 프로그램 스크린샷
QR creator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
When you click extension icon, it shows you a QR code for current webpage. You can use this QR code to reach this website on another device like your smartphones.
확장 프로그램 기본 정보
이름 | QR creator |
ID | bnapnikdipejhnceiohjeldjopimjecf |
공식 URL | https://chromewebstore.google.com/detail/qr-creator/bnapnikdipejhnceiohjeldjopimjecf |
설명 | Create QR code for current url. |
파일 크기 | 42.96 KB |
설치 횟수 | 12,382 |
현재 버전 | 0.3 |
최근 업데이트 | 2021-06-03 |
출시 날짜 | 2016-08-01 |
평점 | 4.33/5 총 12 개의 평점 |
개발자 | Uğur KINIK |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/kinix/qr-creator-chrome-extension |
지원되는 언어 | en,tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.3", "icons": { "16": "icons\/qr.png", "48": "icons\/qr.png", "128": "icons\/qr.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "icons\/qr.png", "default_popup": "index.html" }, "manifest_version": 2 } |