Easy QR-Code Generator

Make QR Codes from the Current Tab or specified URL.

Was ist Easy QR-Code Generator?

Easy QR-Code Generator ist eine Chrome-Erweiterung, die von Benjamin Klein entwickelt wurde, und ihr Hauptmerkmal ist "Make QR Codes from the Current Tab or specified URL.".

Easy QR-Code Generator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Easy QR-Code Generator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Easy QR-Code Generator Easy QR-Code Generator
ID fjoekbgbgapgnppnlanicmnlfpfgbelo
Offizielle URL https://chrome.google.com/webstore/detail/easy-qr-code-generator/fjoekbgbgapgnppnlanicmnlfpfgbelo
Beschreibung Make QR Codes from the Current Tab or specified URL.
Dateigröße 108 KB
Installationsanzahl 117
Aktuelle Version 1.0.2
Letztes Update 2014-04-28
Veröffentlichungsdatum 2014-04-28
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Benjamin Klein
Zahlungsart free
Hilfeseite URL http://touchdata.net
Unterstützte Sprachen 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"
}