QR Code Generator for Google Chrome™
Generate your personal QR Code in few clicks! Quick and Simple QR Code Creator/Reader
QR Code Generator for Google Chrome™란 무엇입니까?
QR Code Generator for Google Chrome™은(는) https://1bestlinks.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate your personal QR Code in few clicks! Quick and Simple QR Code Creator/Reader"입니다.
확장 프로그램 스크린샷
QR Code Generator for Google Chrome™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Upload your logo, select custom colors, select a pattern and download the final QRcode. Available formats: .png, .svg, pdf, print Converts your current page into a QR Code with one quick click. Generates QR Codes from free text, URLs on the fly. ================================================================ ★ Advanced features available on website : ✔ Color picker ✔ Custom Background and Foreground color ✔ Transparent background ✔ Gradient foreground ✔ Advanced QR Code patterns ✔ Custom QR Code Markers border and center ✔ Custom Frames ✔ Custom label ✔ Image uploader ✔ Custom watermarks ✔ Location search ✔ OpenMaps or GoogleMaps ✔ Save QRcodes in .png and .svg format ✔ Custom theme color ✔ Custom layouts ✔ Live preview ✔ Link ✔ Text ✔ E-mail ✔ Location (with GoogleMaps) ✔ Telephone ✔ SMS ✔ WhatsApp ✔ Skype ✔ Zoom ✔ WI-Fi access ✔ V-Card ✔ Events ✔ PayPal checkout ✔ BitCoin transaction
확장 프로그램 기본 정보
이름 | |
ID | pfofphfaneihhojbfggedcopangiacjk |
공식 URL | https://chrome.google.com/webstore/detail/qr-code-generator-for-goo/pfofphfaneihhojbfggedcopangiacjk |
설명 | Generate your personal QR Code in few clicks! Quick and Simple QR Code Creator/Reader |
파일 크기 | 461 KB |
설치 횟수 | 937 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2022-04-02 |
출시 날짜 | 2021-02-21 |
평점 | 3.00/5 총 1 개의 평점 |
개발자 | https://1bestlinks.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://qr-code-generator.1bestlinks.net/ |
지원되는 언어 | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_AppName__", "description": "__MSG_AppDescription__", "version": "1.0.0", "homepage_url": "https:\/\/qr-code-generator.1bestlinks.net\/", "offline_enabled": true, "container": [ "GOOGLE_DRIVE" ], "default_locale": "en", "icons": { "512": "icons\/icon-512.png", "256": "icons\/icon-256.png", "128": "icons\/icon-128.png", "64": "icons\/icon-64.png", "48": "icons\/icon-48.png", "32": "icons\/icon-32.png", "16": "icons\/icon-16.png" }, "background": { "scripts": [ "src\/install.js" ] }, "browser_action": { "default_icon": { "512": "icons\/icon-512.png", "256": "icons\/icon-256.png", "128": "icons\/icon-128.png", "64": "icons\/icon-64.png", "48": "icons\/icon-48.png", "32": "icons\/icon-32.png", "16": "icons\/icon-16.png" }, "default_popup": "src\/popup.html" } } |