Windows Phone Store QR

Add a QR Code to each app's page in windowsphone.com, so you can use Bing Vision to open it on your Windows Phone.

Windows Phone Store QR란 무엇입니까?

Windows Phone Store QR은(는) George Schizas에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add a QR Code to each app's page in windowsphone.com, so you can use Bing Vision to open it on your Windows Phone."입니다.

확장 프로그램 스크린샷

screenshot

Windows Phone Store QR 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        When browsing the Windows Phone App Store, this extension adds a QR code of the application link in the page, that you can scan with Bing Vision and take your phone directly to the Store app, on the page for the application.

There is another extension in the store that does the same thing, but this one works on https, and it calculates the QR code locally, without sending any data to any external server.                    

확장 프로그램 기본 정보

이름 Windows Phone Store QR Windows Phone Store QR
ID imnodmdmelbigacgeladdbfnkoadecei
공식 URL https://chromewebstore.google.com/detail/windows-phone-store-qr/imnodmdmelbigacgeladdbfnkoadecei
설명 Add a QR Code to each app's page in windowsphone.com, so you can use Bing Vision to open it on your Windows Phone.
파일 크기 98.36 KB
설치 횟수 748
현재 버전 1.3
최근 업데이트 2021-11-02
출시 날짜 2016-08-31
평점 4.00/5 총 11 개의 평점
개발자 George Schizas
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/gschizas/WindowsPhoneStoreQR/
도움말 페이지 URL https://github.com/gschizas/WindowsPhoneStoreQR/issues
지원되는 언어 en-US
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "jquery-1.11.2.js",
                "qrcode.js",
                "content_script.js"
            ],
            "matches": [
                "http:\/\/www.windowsphone.com\/*\/store\/app\/*",
                "https:\/\/www.windowsphone.com\/*\/store\/app\/*",
                "https:\/\/www.microsoft.com\/*\/store\/apps\/*",
                "https:\/\/www.microsoft.com\/*\/store\/p\/*"
            ]
        }
    ],
    "description": "Add a QR Code to each app's page in windowsphone.com, so you can use Bing Vision to open it on your Windows Phone.",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "Windows Phone Store QR",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3"
}