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…
Was ist QR Clip and Scan?
QR Clip and Scan ist eine Chrome-Erweiterung, die von Haru Soft entwickelt wurde, und ihr Hauptmerkmal ist "Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like…".
Erweiterungsscreenshots
QR Clip and Scan-Erweiterungs-CRX-Datei herunterladen
Laden Sie QR Clip and Scan-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lmcaegdggcafolpgdikbahmnbbpdccgm |
| Offizielle URL | https://chromewebstore.google.com/detail/qr-clip-and-scan/lmcaegdggcafolpgdikbahmnbbpdccgm |
| Beschreibung | Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like… |
| Dateigröße | 66.58 KB |
| Installationsanzahl | 5,692 |
| Aktuelle Version | 0.0.0.1 |
| Letztes Update | 2020-10-28 |
| Veröffentlichungsdatum | 2020-10-28 |
| Bewertung | 4.11/5 Insgesamt 9 Bewertungen |
| Entwickler | Haru Soft |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension |
| Hilfeseite URL | https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension |
| Unterstützte Sprachen | 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"
]
} | |