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…
Qu'est-ce que QR Clip and Scan ?
QR Clip and Scan est une extension Chrome développée par Haru Soft, et sa fonction principale est "Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension QR Clip and Scan
Téléchargez les fichiers d'extension QR Clip and Scan au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | QR Clip and Scan |
ID | lmcaegdggcafolpgdikbahmnbbpdccgm |
URL Officiel | 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… |
Taille du Fichier | 66.58 KB |
Nombre d'Installations | 5,692 |
Version Actuelle | 0.0.0.1 |
Dernière Mise à Jour | 2020-10-28 |
Date de Publication | 2020-10-28 |
Évaluation | 4.11/5 Total 9 Évaluations |
Développeur | Haru Soft |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension |
URL de la Page d'Aide | https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension |
Langues Prises en Charge | 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" ] } |