QR Clip and Scan
Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like…
What is QR Clip and Scan?
QR Clip and Scan is a Chrome extension developed by Haru Soft, and its main feature is "Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like…".
Extension Screenshots
Download QR Clip and Scan Extension CRX File
Download QR Clip and Scan extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like 'Shif+Win+S' on Windows10) then paste('Ctrl+V') on popup of this extension, this extension scan the QR code.
Extension Basic Information
Name | QR Clip and Scan |
ID | lmcaegdggcafolpgdikbahmnbbpdccgm |
Official URL | https://chromewebstore.google.com/detail/qr-clip-and-scan/lmcaegdggcafolpgdikbahmnbbpdccgm |
Description | Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like… |
File Size | 66.58 KB |
Installation Count | 5,692 |
Current Version | 0.0.0.1 |
Last Updated | 2020-10-28 |
Publish Date | 2020-10-28 |
Rating | 4.11/5 Total 9 Ratings |
Developer | Haru Soft |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension |
Help Page URL | https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Clip and Scan", "version": "0.0.0.1", "icons": { "128": "icons\/icon.png" }, "browser_action": { "default_icon": { "128": "icons\/icon.png" }, "default_title": "QR Clip and Scan", "default_popup": "popup\/popup.html", "browser_style": false }, "permissions": [ "tabs", "clipboardRead" ] } |