Quick Qr

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

Co to jest Quick Qr?

Quick Qr to rozszerzenie Chrome opracowane przez https://ssleptsov.blogspot.com, a jego główną funkcją jest „You can easily convert this any link to QR and go free with it!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Quick Qr

Pobierz pliki rozszerzeń Quick Qr w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Quick Qr Quick Qr
ID afifoohmohbfgaknonkiooaddfmmckia
Oficjalny URL https://chromewebstore.google.com/detail/quick-qr/afifoohmohbfgaknonkiooaddfmmckia
Opis You can easily convert this any link to QR and go free with it!
Rozmiar pliku 211 KB
Liczba instalacji 66
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2016-03-07
Data Publikacji 2016-03-07
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper https://ssleptsov.blogspot.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}