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文件

下載Windows Phone Store QR擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}