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文件
下載The Quick QR Code - Multi-scene decoding tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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": [ " |