Smart QRCode

Smart QRCode

Co je Smart QRCode?

Smart QRCode je rozšíření Chrome vyvinuté ethan, a jeho hlavní funkcí je „Smart QRCode“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Smart QRCode

Stáhněte si soubory rozšíření Smart QRCode 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í

                        Generates a QR Code from the Page URL of the current tab or Custom Texts with a single click.  

Additional options:
* Five different QR code dimensions are supported,  currently 220px,  380px, 512px, 800px and 1024px are supported. Right click the generated QR image and choose "Save Image As.." to save image locally and then you'll see the difference.
* You can specify an icon image which will be drawed in the center of the QR code. Both online image and local image file are supported. (*Due to online image server's cross origin settings, some online images may not work)                    

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

Název Smart QRCode Smart QRCode
ID bpneiabdnfmenainoficenddegfhgedo
Oficiální URL https://chromewebstore.google.com/detail/smart-qrcode/bpneiabdnfmenainoficenddegfhgedo
Popis Smart QRCode
Velikost souboru 25.63 KB
Počet instalací 125
Aktuální Verze 1.0
Poslední Aktualizace 2016-12-03
Datum Vydání 2016-12-02
Hodnocení 4.00/5 Celkem 1 Hodnocení
Vývojář ethan
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart QRCode",
    "description": "Smart QRCode",
    "version": "1.0",
    "author": "Ethan",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}