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…

Vad är QR Clip and Scan?

QR Clip and Scan är en Chrome-tillägg utvecklad av Haru Soft, och dess huvudfunktion är "Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like…".

Tilläggsskärmbilder

screenshot

Ladda ner QR Clip and Scan-förlängningens CRX-fil

Ladda ner QR Clip and Scan-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn QR Clip and Scan QR Clip and Scan
ID lmcaegdggcafolpgdikbahmnbbpdccgm
Officiell webbadress https://chromewebstore.google.com/detail/qr-clip-and-scan/lmcaegdggcafolpgdikbahmnbbpdccgm
Beskrivning Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like…
Filstorlek 66.58 KB
Antal Installationer 5,692
Aktuell Version 0.0.0.1
Senast Uppdaterad 2020-10-28
Publiceringsdatum 2020-10-28
Betyg 4.11/5 Totalt 9 Betyg
Utvecklare Haru Soft
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension
Hjälpsida URL https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension
Stödda Språk 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"
    ]
}