QRLink

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

Cos'è QRLink?

QRLink è un'estensione di Chrome sviluppata da Rafik Tighilt, e la sua funzione principale è "Generate QR code for any page to allow link sharing from browser to other devices.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione QRLink

Scarica i file di estensione QRLink in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome QRLink QRLink
ID lehfdkbjieiagnjphoijdnmoknhegigg
URL Ufficiale https://chromewebstore.google.com/detail/qrlink/lehfdkbjieiagnjphoijdnmoknhegigg
Descrizione Generate QR code for any page to allow link sharing from browser to other devices.
Dimensione del File 96.83 KB
Conteggio Installazioni 52
Versione Corrente 1.0
Ultimo Aggiornamento 2017-10-03
Data di Pubblicazione 2017-10-03
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Rafik Tighilt
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}