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 to jest Windows Phone Store QR?
Windows Phone Store QR to rozszerzenie Chrome opracowane przez George Schizas, a jego główną funkcją jest „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.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Windows Phone Store QR
Pobierz pliki rozszerzeń Windows Phone Store QR w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Windows Phone Store QR |
ID | imnodmdmelbigacgeladdbfnkoadecei |
Oficjalny URL | https://chromewebstore.google.com/detail/windows-phone-store-qr/imnodmdmelbigacgeladdbfnkoadecei |
Opis | 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. |
Rozmiar pliku | 98.36 KB |
Liczba instalacji | 748 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2021-11-02 |
Data Publikacji | 2016-08-31 |
Ocena | 4.00/5 Łącznie 11 Oceny |
Deweloper | George Schizas |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/gschizas/WindowsPhoneStoreQR/ |
Adres URL Strony Pomocy | https://github.com/gschizas/WindowsPhoneStoreQR/issues |
Obsługiwane Języki | 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" } |