Quick Qr

You can easily convert this any link to QR and go free with it!

Qu'est-ce que Quick Qr ?

Quick Qr est une extension Chrome développée par https://ssleptsov.blogspot.com, et sa fonction principale est "You can easily convert this any link to QR and go free with it!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Quick Qr

Téléchargez les fichiers d'extension Quick Qr 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

                        Very useful extension that will convert your current link to QR code, so you can easily scan it on your device and go free with your link.                    

Informations de Base sur l'Extension

Nom Quick Qr Quick Qr
ID afifoohmohbfgaknonkiooaddfmmckia
URL Officiel https://chromewebstore.google.com/detail/quick-qr/afifoohmohbfgaknonkiooaddfmmckia
Description You can easily convert this any link to QR and go free with it!
Taille du Fichier 211 KB
Nombre d'Installations 66
Version Actuelle 1.0.1
Dernière Mise à Jour 2016-03-07
Date de Publication 2016-03-07
Évaluation 4.50/5 Total 2 Évaluations
Développeur https://ssleptsov.blogspot.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "page_action": {
        "default_icon": "images\/Qr-ice-19.png",
        "default_popup": "popup.html",
        "default_title": "You can easily convert any link to QR and go free with it!"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "You can easily convert this any link to QR and go free with it!",
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/jquery-1.9.1.min.js",
            "js\/qrcode.js",
            "js\/jquery.qrcode.js"
        ]
    },
    "name": "Quick Qr",
    "permissions": [
        "tabs"
    ],
    "offline_enabled": true,
    "icons": {
        "48": "images\/Qr-ice-48.png",
        "128": "images\/Qr-ice-128.png",
        "256": "images\/Qr-ice-256.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "version": "1.0.1"
}