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.
Wat is Windows Phone Store QR?
Windows Phone Store QR is een Chrome-extensie ontwikkeld door George Schizas, en de belangrijkste functie 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.".
Extensie Screenshots
Download het CRX-bestand van de extensie Windows Phone Store QR
Download Windows Phone Store QR-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Windows Phone Store QR |
ID | imnodmdmelbigacgeladdbfnkoadecei |
Officiële URL | https://chromewebstore.google.com/detail/windows-phone-store-qr/imnodmdmelbigacgeladdbfnkoadecei |
Beschrijving | 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. |
Bestandsgrootte | 98.36 KB |
Aantal Installaties | 748 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2021-11-02 |
Publicatiedatum | 2016-08-31 |
Beoordeling | 4.00/5 Totaal 11 Beoordelingen |
Ontwikkelaar | George Schizas |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/gschizas/WindowsPhoneStoreQR/ |
Help Pagina-URL | https://github.com/gschizas/WindowsPhoneStoreQR/issues |
Ondersteunde Talen | 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" } |