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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Windows Phone Store QR एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } |