QRLink

Generate QR code for any page to allow link sharing from browser to other devices.

Apa itu QRLink?

QRLink adalah ekstensi Chrome yang dikembangkan oleh Rafik Tighilt, dan fitur utamanya adalah "Generate QR code for any page to allow link sharing from browser to other devices.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi QRLink

Unduh file ekstensi QRLink 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

                        QRL (for QR link) allows you to quickly share links between your browser window and your devices (mobile, tablets etc...). Just click on the extension button and scan the QR code to open it on your phone.                    

Informasi Dasar Ekstensi

Nama QRLink QRLink
ID lehfdkbjieiagnjphoijdnmoknhegigg
URL Resmi https://chromewebstore.google.com/detail/qrlink/lehfdkbjieiagnjphoijdnmoknhegigg
Deskripsi Generate QR code for any page to allow link sharing from browser to other devices.
Ukuran File 96.83 KB
Jumlah Instalasi 52
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-10-03
Tanggal Publikasi 2017-10-03
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Rafik Tighilt
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QRLink",
    "short_name": "QRL",
    "description": "Generate QR code for any page to allow link sharing from browser to other devices.",
    "version": "1.0",
    "author": "Rafik TIGHILT",
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html",
        "default_title": "Generate QRCode for this page"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}