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…

Cos'è QR Clip and Scan?

QR Clip and Scan è un'estensione di Chrome sviluppata da Haru Soft, e la sua funzione principale è "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 dell'Estensione

screenshot

Scarica il file CRX dell'estensione QR Clip and Scan

Scarica i file di estensione QR Clip and Scan in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome QR Clip and Scan QR Clip and Scan
ID lmcaegdggcafolpgdikbahmnbbpdccgm
URL Ufficiale https://chromewebstore.google.com/detail/qr-clip-and-scan/lmcaegdggcafolpgdikbahmnbbpdccgm
Descrizione Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like…
Dimensione del File 66.58 KB
Conteggio Installazioni 5,692
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2020-10-28
Data di Pubblicazione 2020-10-28
Valutazione 4.11/5 Totale 9 Valutazioni
Sviluppatore Haru Soft
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension
URL della Pagina di Aiuto https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension
Lingue Supportate 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"
    ]
}