Easy QR-Code Generator

Make QR Codes from the Current Tab or specified URL.

Co je Easy QR-Code Generator?

Easy QR-Code Generator je rozšíření Chrome vyvinuté Benjamin Klein, a jeho hlavní funkcí je „Make QR Codes from the Current Tab or specified URL.“.

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

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

                        Easy SVG QR-Code Generator

With this extension you quickly and easily create a QR code.
Enter a URL or Text on your own or use the url from the current tab. 
Download the QR-Code directly to your file system.

Save as SVG
Save as PNG

- No Extra Page loading.
- No Ads.                    

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

Název Easy QR-Code Generator Easy QR-Code Generator
ID fjoekbgbgapgnppnlanicmnlfpfgbelo
Oficiální URL https://chrome.google.com/webstore/detail/easy-qr-code-generator/fjoekbgbgapgnppnlanicmnlfpfgbelo
Popis Make QR Codes from the Current Tab or specified URL.
Velikost souboru 108 KB
Počet instalací 117
Aktuální Verze 1.0.2
Poslední Aktualizace 2014-04-28
Datum Vydání 2014-04-28
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Benjamin Klein
Typ Platby free
URL Stránky Nápovědy http://touchdata.net
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy QR-Code Generator",
    "description": "Make QR Codes from the Current Tab or specified URL.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "request.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "downloads"
    ],
    "offline_enabled": false,
    "short_name": "QR-Code Gen"
}