QRLink

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

Wat is QRLink?

QRLink is een Chrome-extensie ontwikkeld door Rafik Tighilt, en de belangrijkste functie is "Generate QR code for any page to allow link sharing from browser to other devices.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie QRLink

Download QRLink-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam QRLink QRLink
ID lehfdkbjieiagnjphoijdnmoknhegigg
Officiële URL https://chromewebstore.google.com/detail/qrlink/lehfdkbjieiagnjphoijdnmoknhegigg
Beschrijving Generate QR code for any page to allow link sharing from browser to other devices.
Bestandsgrootte 96.83 KB
Aantal Installaties 52
Huidige Versie 1.0
Laatst Bijgewerkt 2017-10-03
Publicatiedatum 2017-10-03
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Rafik Tighilt
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}