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.
What is Windows Phone Store QR?
Windows Phone Store QR is a Chrome extension developed by George Schizas, and its main feature is "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.".
Extension Screenshots
Download Windows Phone Store QR Extension CRX File
Download Windows Phone Store QR extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Windows Phone Store QR |
ID | imnodmdmelbigacgeladdbfnkoadecei |
Official URL | 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. |
File Size | 98.36 KB |
Installation Count | 748 |
Current Version | 1.3 |
Last Updated | 2021-11-02 |
Publish Date | 2016-08-31 |
Rating | 4.00/5 Total 11 Ratings |
Developer | George Schizas |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/gschizas/WindowsPhoneStoreQR/ |
Help Page URL | https://github.com/gschizas/WindowsPhoneStoreQR/issues |
Supported Languages | 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" } |