Screen QR Reader

Read the QR code on the screen.

Screen QR Reader란 무엇입니까?

Screen QR Reader은(는) tk0111에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read the QR code on the screen."입니다.

확장 프로그램 스크린샷

screenshot

Screen QR Reader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        You can read a QR code from an entire screen, window, or Chrome tab to open a web page.
It is as simple as clicking the extension icon and selecting the window, etc. that contains the QR code.

Features
- QR Codes outside the browser can also be scanned.
- Simple operation with no confusion                    

확장 프로그램 기본 정보

이름 Screen QR Reader Screen QR Reader
ID ekoaehpknadfoaolagjfdefeopkhfhln
공식 URL https://chromewebstore.google.com/detail/screen-qr-reader/ekoaehpknadfoaolagjfdefeopkhfhln
설명 Read the QR code on the screen.
파일 크기 131 KB
설치 횟수 3,000
현재 버전 0.1.2
최근 업데이트 2023-01-31
출시 날짜 2023-01-28
평점 3.40/5 총 5 개의 평점
개발자 tk0111
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://tkobayashi0111.github.io/webext-privacy-policy
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Screen QR Reader",
    "default_locale": "en",
    "description": "__MSG_Description__",
    "version": "0.1.2",
    "version_name": "0.1.2",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "src\/popup\/popup.html"
    },
    "options_ui": {
        "page": "src\/options\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ]
}