Direct URL to QR Code

Generate QR Code From current URL

Apa itu Direct URL to QR Code?

Direct URL to QR Code adalah ekstensi Chrome yang dikembangkan oleh chanreal, dan fitur utamanya adalah "Generate QR Code From current URL".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Direct URL to QR Code

Unduh file ekstensi Direct URL to QR Code 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

                        Share your current URL with mobile phone using QR Code by one click.                    

Informasi Dasar Ekstensi

Nama Direct URL to QR Code Direct URL to QR Code
ID dmjngnlocikcdplcdhcglehjajmbdhlg
URL Resmi https://chromewebstore.google.com/detail/direct-url-to-qr-code/dmjngnlocikcdplcdhcglehjajmbdhlg
Deskripsi Generate QR Code From current URL
Ukuran File 52.62 KB
Jumlah Instalasi 2,278
Versi Saat Ini 1.2.4
Terakhir Diperbarui 2021-04-29
Tanggal Publikasi 2013-01-11
Penilaian 4.12/5 Total 17 Penilaian
Pengembang chanreal
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Direct URL to QR Code",
    "version": "1.2.4",
    "manifest_version": 2,
    "description": "Generate QR Code From current URL",
    "browser_action": {
        "default_title": "Generate QR Code From current URL",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}