URL to QR code converter

This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.

Co je URL to QR code converter?

URL to QR code converter je rozšíření Chrome vyvinuté https://sites.google.com/site/fujundu, a jeho hlavní funkcí je „This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření URL to QR code converter

Stáhněte si soubory rozšíření URL to QR code converter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension converts the url of the page you are viewing into a QR code, so that you can scan it with your phone to share the url.

It can also convert text into QR code.                    

Základní Informace o Rozšíření

Název URL to QR code converter URL to QR code converter
ID cnbelooiikkmhknahgkckaikndlmlhfd
Oficiální URL https://chromewebstore.google.com/detail/url-to-qr-code-converter/cnbelooiikkmhknahgkckaikndlmlhfd
Popis This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.
Velikost souboru 46.83 KB
Počet instalací 4,354
Aktuální Verze 0.4
Poslední Aktualizace 2017-02-22
Datum Vydání 2017-02-22
Hodnocení 4.00/5 Celkem 4 Hodnocení
Vývojář https://sites.google.com/site/fujundu
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/fjdu/URL-to-QR-code
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QR code converter",
    "short_name": "URL to QR",
    "description": "This extension shows the QR code for the url of the current page or the text you input.  You can save the QR code as a png file.",
    "version": "0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "qrcode.js",
                "jquery.qrcode.js",
                "popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}