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.

¿Qué es Windows Phone Store QR?

Windows Phone Store QR es una extensión de Chrome desarrollada por George Schizas, y su función principal es "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.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Windows Phone Store QR

Descarga archivos de extensión Windows Phone Store QR en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Windows Phone Store QR Windows Phone Store QR
ID imnodmdmelbigacgeladdbfnkoadecei
URL Oficial https://chromewebstore.google.com/detail/windows-phone-store-qr/imnodmdmelbigacgeladdbfnkoadecei
Descripción 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.
Tamaño del Archivo 98.36 KB
Cantidad de Instalaciones 748
Versión Actual 1.3
Última Actualización 2021-11-02
Fecha de Publicación 2016-08-31
Calificación 4.00/5 Total de 11 Calificaciones
Desarrollador George Schizas
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/gschizas/WindowsPhoneStoreQR/
URL de la Página de Ayuda https://github.com/gschizas/WindowsPhoneStoreQR/issues
Idiomas Soportados 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"
}