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.
O que é Windows Phone Store QR?
Windows Phone Store QR é uma extensão do Chrome desenvolvida por George Schizas, e sua principal característica é "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.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Windows Phone Store QR
Baixe arquivos de extensão Windows Phone Store QR no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Windows Phone Store QR |
ID | imnodmdmelbigacgeladdbfnkoadecei |
URL Oficial | https://chromewebstore.google.com/detail/windows-phone-store-qr/imnodmdmelbigacgeladdbfnkoadecei |
Descrição | 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. |
Tamanho do Arquivo | 98.36 KB |
Contagem de Instalações | 748 |
Versão Atual | 1.3 |
Última Atualização | 2021-11-02 |
Data de Publicação | 2016-08-31 |
Classificação | 4.00/5 Total de 11 Avaliações |
Desenvolvedor | George Schizas |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/gschizas/WindowsPhoneStoreQR/ |
URL da Página de Ajuda | https://github.com/gschizas/WindowsPhoneStoreQR/issues |
Idiomas Suportados | 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" } |