QR Code Generator

This extension quickly generates a QR Code for url of the current tab.

Co je QR Code Generator?

QR Code Generator je rozšíření Chrome vyvinuté https://webplusdevelopers.com, a jeho hlavní funkcí je „This extension quickly generates a QR Code for url of the current tab.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření QR Code Generator

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

                        Quickly generate a QR Code for the URL of the current tab.

To generate the QR Code for the current web page, click the QR code icon at the right of the address bar. See screenshot.                    

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

Název QR Code Generator QR Code Generator
ID kndijjedkgagpeefiinpggmfedeigedm
Oficiální URL https://chromewebstore.google.com/detail/qr-code-generator/kndijjedkgagpeefiinpggmfedeigedm
Popis This extension quickly generates a QR Code for url of the current tab.
Velikost souboru 53.81 KB
Počet instalací 223
Aktuální Verze 1.0
Poslední Aktualizace 2014-08-15
Datum Vydání 2014-08-15
Vývojář https://webplusdevelopers.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Code Generator",
    "author": "Josephus Paye II",
    "description": "This extension quickly generates a QR Code for url of the current tab.",
    "version": "1.0",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Generate QR Code"
    }
}