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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 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"
}