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 هو إضافة Chrome تم تطويرها بواسطة 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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Windows Phone Store QR

قم بتنزيل ملفات الامتداد Windows Phone Store QR بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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/
عنوان صفحة المساعدة 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"
}