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…
Apa itu QR Clip and Scan?
QR Clip and Scan adalah ekstensi Chrome yang dikembangkan oleh Haru Soft, dan fitur utamanya adalah "Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi QR Clip and Scan
Unduh file ekstensi QR Clip and Scan dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | QR Clip and Scan |
ID | lmcaegdggcafolpgdikbahmnbbpdccgm |
URL Resmi | https://chromewebstore.google.com/detail/qr-clip-and-scan/lmcaegdggcafolpgdikbahmnbbpdccgm |
Deskripsi | Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like… |
Ukuran File | 66.58 KB |
Jumlah Instalasi | 5,692 |
Versi Saat Ini | 0.0.0.1 |
Terakhir Diperbarui | 2020-10-28 |
Tanggal Publikasi | 2020-10-28 |
Penilaian | 4.11/5 Total 9 Penilaian |
Pengembang | Haru Soft |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension |
URL Halaman Bantuan | https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension |
Bahasa yang Didukung | 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" ] } |