Online QR Scanner

Online QR Scanner allows you to obtain QR codes through camera and picture scanning, online, free and easy to use.

Online QR Scanner란 무엇입니까?

Online QR Scanner은(는) https://online-qr-scanner.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Online QR Scanner allows you to obtain QR codes through camera and picture scanning, online, free and easy to use."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Online QR Scanner 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Online QR Scanner allows you to obtain QR codes through camera and picture scanning, online, free and easy to use.

This is a Chrome QR code scanner plug-in extension that quickly reads QR codes from web pages.

Read QR code from website
Read QR code from image file on computer
Read QR code from webcam. To do this, you need to grant access to your webcam, which will scan the QR code you hold
Save your scanned QR code data. All QR code data can be downloaded at the same time.
Scan the QR code data to edit them again.
Create your QR code data. Download PNG, SVG, JPG.
The QR code scanner plug-in extension supports up to 50 languages.
Scanner plug-in extension supports black and white skins.

QR Code scanner plug-in extension will make you fall in love with it.                    

확장 프로그램 기본 정보

이름 Online QR Scanner Online QR Scanner
ID njmfdgbnfpedmffpabdlhhfapncpkhbf
공식 URL https://chromewebstore.google.com/detail/online-qr-scanner/njmfdgbnfpedmffpabdlhhfapncpkhbf
설명 Online QR Scanner allows you to obtain QR codes through camera and picture scanning, online, free and easy to use.
파일 크기 1.44 MB
설치 횟수 1,000
현재 버전 1.0.0
최근 업데이트 2023-09-20
출시 날짜 2023-09-20
평점 5.00/5 총 1 개의 평점
개발자 https://online-qr-scanner.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.online-qr-scanner.com
개인정보 보호 정책 페이지 URL https://www.onlineconvert.com/privacy-policy
지원되는 언어 id,de,en,en-GB,en-US,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": ".\/icon\/qr-code-scanner-512.png",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "homepage_url": "https:\/\/www.online-qr-scanner.com",
    "icons": {
        "16": ".\/icon\/qr-code-scanner-16.png",
        "32": ".\/icon\/qr-code-scanner-32.png",
        "48": ".\/icon\/qr-code-scanner-48.png",
        "64": ".\/icon\/qr-code-scanner-64.png",
        "72": ".\/icon\/qr-code-scanner-72.png",
        "128": ".\/icon\/qr-code-scanner-128.png",
        "256": ".\/icon\/qr-code-scanner-256.png",
        "512": ".\/icon\/qr-code-scanner-512.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "offline_enabled": true,
    "version": "1.0.0"
}