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'est-ce que Windows Phone Store QR ?

Windows Phone Store QR est une extension Chrome développée par George Schizas, et sa fonction principale est "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.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Windows Phone Store QR

Téléchargez les fichiers d'extension Windows Phone Store QR au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Windows Phone Store QR Windows Phone Store QR
ID imnodmdmelbigacgeladdbfnkoadecei
URL Officiel https://chromewebstore.google.com/detail/windows-phone-store-qr/imnodmdmelbigacgeladdbfnkoadecei
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.
Taille du Fichier 98.36 KB
Nombre d'Installations 748
Version Actuelle 1.3
Dernière Mise à Jour 2021-11-02
Date de Publication 2016-08-31
Évaluation 4.00/5 Total 11 Évaluations
Développeur George Schizas
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/gschizas/WindowsPhoneStoreQR/
URL de la Page d'Aide https://github.com/gschizas/WindowsPhoneStoreQR/issues
Langues Prises en Charge 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"
}