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