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…
Wat is QR Clip and Scan?
QR Clip and Scan is een Chrome-extensie ontwikkeld door Haru Soft, en de belangrijkste functie 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…".
Extensie Screenshots
Download het CRX-bestand van de extensie QR Clip and Scan
Download QR Clip and Scan-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | QR Clip and Scan |
ID | lmcaegdggcafolpgdikbahmnbbpdccgm |
Officiële URL | https://chromewebstore.google.com/detail/qr-clip-and-scan/lmcaegdggcafolpgdikbahmnbbpdccgm |
Beschrijving | Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like… |
Bestandsgrootte | 66.58 KB |
Aantal Installaties | 5,692 |
Huidige Versie | 0.0.0.1 |
Laatst Bijgewerkt | 2020-10-28 |
Publicatiedatum | 2020-10-28 |
Beoordeling | 4.11/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Haru Soft |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension |
Help Pagina-URL | https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension |
Ondersteunde Talen | 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" ] } |