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.

Apa itu Windows Phone Store QR?

Windows Phone Store QR adalah ekstensi Chrome yang dikembangkan oleh George Schizas, dan fitur utamanya adalah "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 Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Windows Phone Store QR

Unduh file ekstensi Windows Phone Store QR dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Windows Phone Store QR Windows Phone Store QR
ID imnodmdmelbigacgeladdbfnkoadecei
URL Resmi https://chromewebstore.google.com/detail/windows-phone-store-qr/imnodmdmelbigacgeladdbfnkoadecei
Deskripsi 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.
Ukuran File 98.36 KB
Jumlah Instalasi 748
Versi Saat Ini 1.3
Terakhir Diperbarui 2021-11-02
Tanggal Publikasi 2016-08-31
Penilaian 4.00/5 Total 11 Penilaian
Pengembang George Schizas
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/gschizas/WindowsPhoneStoreQR/
URL Halaman Bantuan https://github.com/gschizas/WindowsPhoneStoreQR/issues
Bahasa yang Didukung 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"
}