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.
Was ist Windows Phone Store QR?
Windows Phone Store QR ist eine Chrome-Erweiterung, die von George Schizas entwickelt wurde, und ihr Hauptmerkmal ist "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.".
Erweiterungsscreenshots
Windows Phone Store QR-Erweiterungs-CRX-Datei herunterladen
Laden Sie Windows Phone Store QR-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Windows Phone Store QR |
ID | imnodmdmelbigacgeladdbfnkoadecei |
Offizielle URL | https://chromewebstore.google.com/detail/windows-phone-store-qr/imnodmdmelbigacgeladdbfnkoadecei |
Beschreibung | 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. |
Dateigröße | 98.36 KB |
Installationsanzahl | 748 |
Aktuelle Version | 1.3 |
Letztes Update | 2021-11-02 |
Veröffentlichungsdatum | 2016-08-31 |
Bewertung | 4.00/5 Insgesamt 11 Bewertungen |
Entwickler | George Schizas |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/gschizas/WindowsPhoneStoreQR/ |
Hilfeseite URL | https://github.com/gschizas/WindowsPhoneStoreQR/issues |
Unterstützte Sprachen | 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" } |