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.
Windows Phone Store QRとは何ですか?
Windows Phone Store QRはGeorge Schizasによって開発されたChromeの拡張機能で、その主な機能は「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.」です。
拡張機能のスクリーンショット
Windows Phone Store QR拡張機能のCRXファイルをダウンロード
Windows Phone Store QR拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Windows Phone Store QR |
ID | imnodmdmelbigacgeladdbfnkoadecei |
公式URL | https://chromewebstore.google.com/detail/windows-phone-store-qr/imnodmdmelbigacgeladdbfnkoadecei |
説明 | 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. |
ファイルサイズ | 98.36 KB |
インストール数 | 748 |
現在のバージョン | 1.3 |
最終更新日 | 2021-11-02 |
公開日 | 2016-08-31 |
評価 | 4.00/5 合計 11 レビュー |
開発者 | George Schizas |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/gschizas/WindowsPhoneStoreQR/ |
ヘルプページのURL | https://github.com/gschizas/WindowsPhoneStoreQR/issues |
対応言語 | 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" } |