Quick Qr

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

Was ist Quick Qr?

Quick Qr ist eine Chrome-Erweiterung, die von https://ssleptsov.blogspot.com entwickelt wurde, und ihr Hauptmerkmal ist "You can easily convert this any link to QR and go free with it!".

Erweiterungsscreenshots

screenshot

Quick Qr-Erweiterungs-CRX-Datei herunterladen

Laden Sie Quick Qr-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Quick Qr Quick Qr
ID afifoohmohbfgaknonkiooaddfmmckia
Offizielle URL https://chromewebstore.google.com/detail/quick-qr/afifoohmohbfgaknonkiooaddfmmckia
Beschreibung You can easily convert this any link to QR and go free with it!
Dateigröße 211 KB
Installationsanzahl 66
Aktuelle Version 1.0.1
Letztes Update 2016-03-07
Veröffentlichungsdatum 2016-03-07
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler https://ssleptsov.blogspot.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}