Windows Phone Store QR

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.

Merlin
Additional files are visible only to premium users

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