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.
Co je Windows Phone Store QR?
Windows Phone Store QR je rozšíření Chrome vyvinuté George Schizas, a jeho hlavní funkcí je „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.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Windows Phone Store QR
Stáhněte si soubory rozšíření Windows Phone Store QR ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Windows Phone Store QR |
ID | imnodmdmelbigacgeladdbfnkoadecei |
Oficiální URL | https://chromewebstore.google.com/detail/windows-phone-store-qr/imnodmdmelbigacgeladdbfnkoadecei |
Popis | 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. |
Velikost souboru | 98.36 KB |
Počet instalací | 748 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2021-11-02 |
Datum Vydání | 2016-08-31 |
Hodnocení | 4.00/5 Celkem 11 Hodnocení |
Vývojář | George Schizas |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/gschizas/WindowsPhoneStoreQR/ |
URL Stránky Nápovědy | https://github.com/gschizas/WindowsPhoneStoreQR/issues |
Podporované Jazyky | 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" } |