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.
Cos'è Windows Phone Store QR?
Windows Phone Store QR è un'estensione di Chrome sviluppata da George Schizas, e la sua funzione principale è "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.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Windows Phone Store QR
Scarica i file di estensione Windows Phone Store QR in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Windows Phone Store QR |
ID | imnodmdmelbigacgeladdbfnkoadecei |
URL Ufficiale | https://chromewebstore.google.com/detail/windows-phone-store-qr/imnodmdmelbigacgeladdbfnkoadecei |
Descrizione | 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. |
Dimensione del File | 98.36 KB |
Conteggio Installazioni | 748 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2021-11-02 |
Data di Pubblicazione | 2016-08-31 |
Valutazione | 4.00/5 Totale 11 Valutazioni |
Sviluppatore | George Schizas |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/gschizas/WindowsPhoneStoreQR/ |
URL della Pagina di Aiuto | https://github.com/gschizas/WindowsPhoneStoreQR/issues |
Lingue Supportate | 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" } |