QRLink

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

Qu'est-ce que QRLink ?

QRLink est une extension Chrome développée par Rafik Tighilt, et sa fonction principale est "Generate QR code for any page to allow link sharing from browser to other devices.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension QRLink

Téléchargez les fichiers d'extension QRLink au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom QRLink QRLink
ID lehfdkbjieiagnjphoijdnmoknhegigg
URL Officiel https://chromewebstore.google.com/detail/qrlink/lehfdkbjieiagnjphoijdnmoknhegigg
Description Generate QR code for any page to allow link sharing from browser to other devices.
Taille du Fichier 96.83 KB
Nombre d'Installations 52
Version Actuelle 1.0
Dernière Mise à Jour 2017-10-03
Date de Publication 2017-10-03
Évaluation 5.00/5 Total 3 Évaluations
Développeur Rafik Tighilt
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}