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…

QR Clip and Scan란 무엇입니까?

QR Clip and Scan은(는) Haru Soft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

QR Clip and Scan 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 QR Clip and Scan QR Clip and Scan
ID lmcaegdggcafolpgdikbahmnbbpdccgm
공식 URL https://chromewebstore.google.com/detail/qr-clip-and-scan/lmcaegdggcafolpgdikbahmnbbpdccgm
설명 Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like…
파일 크기 66.58 KB
설치 횟수 5,692
현재 버전 0.0.0.1
최근 업데이트 2020-10-28
출시 날짜 2020-10-28
평점 4.11/5 총 9 개의 평점
개발자 Haru Soft
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension
도움말 페이지 URL https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension
지원되는 언어 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"
    ]
}