The Quick QR Code - Multi-scene decoding tool
Full-featured QR Code Extension(The Quick QR Code): QR code generation, camera decoding, screenshot decoding, picture decoding, etc.
The Quick QR Code - Multi-scene decoding tool란 무엇입니까?
The Quick QR Code - Multi-scene decoding tool은(는) https://qrcd.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Full-featured QR Code Extension(The Quick QR Code): QR code generation, camera decoding, screenshot decoding, picture decoding, etc."입니다.
확장 프로그램 스크린샷
The Quick QR Code - Multi-scene decoding tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Probably the best qr code generation and recognition plugin on the market.Adhering to the tiny but useful ideas, Here are some of its features: 1. Quickly generate QR code 2. Camera decoding and picture decoding 3. Web page screenshot decoding 4. QRCode can be downloaded and saved 5. Support dynamic IP replacement 6. Support QRCode generation and recognition 7. Support identify the QR code in the video 8. Support history and history import and export 9. More international language support 10. Support offline operation 11. Support for short links 12. Support novice guidance 13. Support shortcut keys 14. Quick and friendly experience
확장 프로그램 기본 정보
이름 | The Quick QR Code - Multi-scene decoding tool |
ID | eefoinodjigoedmfjkbikmdhecggljgc |
공식 URL | https://chromewebstore.google.com/detail/the-quick-qr-code-multi-s/eefoinodjigoedmfjkbikmdhecggljgc |
설명 | Full-featured QR Code Extension(The Quick QR Code): QR code generation, camera decoding, screenshot decoding, picture decoding, etc. |
파일 크기 | 805 KB |
설치 횟수 | 12,745 |
현재 버전 | 3.7.3 |
최근 업데이트 | 2023-09-09 |
출시 날짜 | 2020-06-14 |
평점 | 4.69/5 총 105 개의 평점 |
개발자 | https://qrcd.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://qrcd.org/ |
도움말 페이지 URL | https://qrcd.org/ |
개인정보 보호 정책 페이지 URL | https://cloudqrcode.web.app/privacy.htm |
지원되는 언어 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "3.7.3", "manifest_version": 3, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "scripts\/service-worker.js" }, "options_page": "pages\/options.html", "options_ui": { "page": "pages\/options.html", "open_in_tab": true }, "content_scripts": [ { "all_frames": false, "js": [ "\/scripts\/jquery.min.js", "\/scripts\/jquery.Jcrop.js", "\/scripts\/content.js", "\/scripts\/vendors.js" ], "css": [ "\/styles\/jquery.Jcrop.css", "\/styles\/content.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_browserActionTitle__", "default_popup": "pages\/popup_m.html" }, "permissions": [ "tabs", "contextMenus", "notifications", "unlimitedStorage", "storage", "alarms", "offscreen" ], "host_permissions": [ " |