URL to QR code converter

This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.

Apa itu URL to QR code converter?

URL to QR code converter adalah ekstensi Chrome yang dikembangkan oleh https://sites.google.com/site/fujundu, dan fitur utamanya adalah "This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi URL to QR code converter

Unduh file ekstensi URL to QR code converter 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

                        This extension converts the url of the page you are viewing into a QR code, so that you can scan it with your phone to share the url.

It can also convert text into QR code.                    

Informasi Dasar Ekstensi

Nama URL to QR code converter URL to QR code converter
ID cnbelooiikkmhknahgkckaikndlmlhfd
URL Resmi https://chromewebstore.google.com/detail/url-to-qr-code-converter/cnbelooiikkmhknahgkckaikndlmlhfd
Deskripsi This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.
Ukuran File 46.83 KB
Jumlah Instalasi 4,354
Versi Saat Ini 0.4
Terakhir Diperbarui 2017-02-22
Tanggal Publikasi 2017-02-22
Penilaian 4.00/5 Total 4 Penilaian
Pengembang https://sites.google.com/site/fujundu
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/fjdu/URL-to-QR-code
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QR code converter",
    "short_name": "URL to QR",
    "description": "This extension shows the QR code for the url of the current page or the text you input.  You can save the QR code as a png file.",
    "version": "0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "qrcode.js",
                "jquery.qrcode.js",
                "popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}