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…
Hvad er QR Clip and Scan?
QR Clip and Scan er en Chrome-udvidelse udviklet af Haru Soft, og dens hovedfunktion er "Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like…".
Udvidelsesskærmbilleder
Download QR Clip and Scan-udvidelses-CRX-fil
Download QR Clip and Scan-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lmcaegdggcafolpgdikbahmnbbpdccgm |
| Officiel URL | https://chromewebstore.google.com/detail/qr-clip-and-scan/lmcaegdggcafolpgdikbahmnbbpdccgm |
| Beskrivelse | Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like… |
| Filstørrelse | 66.58 KB |
| Antal Installationer | 5,692 |
| Nuværende Version | 0.0.0.1 |
| Senest Opdateret | 2020-10-28 |
| Udgivelsesdato | 2020-10-28 |
| Bedømmelse | 4.11/5 Samlet 9 Bedømmelser |
| Udvikler | Haru Soft |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension |
| Hjælpeside-URL | https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension |
| Understøttede Sprog | 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"
]
} | |