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 là gì?
Windows Phone Store QR là một tiện ích mở rộng Chrome được phát triển bởi George Schizas, và tính năng chính của nó là "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.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Windows Phone Store QR
Tải xuống các tệp mở rộng Windows Phone Store QR dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Windows Phone Store QR |
ID | imnodmdmelbigacgeladdbfnkoadecei |
URL Chính Thức | https://chromewebstore.google.com/detail/windows-phone-store-qr/imnodmdmelbigacgeladdbfnkoadecei |
Mô tả | 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. |
Kích Thước Tệp | 98.36 KB |
Số Lần Cài Đặt | 748 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2021-11-02 |
Ngày Phát Hành | 2016-08-31 |
Đánh Giá | 4.00/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | George Schizas |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/gschizas/WindowsPhoneStoreQR/ |
URL Trang Trợ Giúp | https://github.com/gschizas/WindowsPhoneStoreQR/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } |