QR Code Generator
The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.
Was ist QR Code Generator?
QR Code Generator ist eine Chrome-Erweiterung, die von limepix entwickelt wurde, und ihr Hauptmerkmal ist "The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.".
Erweiterungsscreenshots
QR Code Generator-Erweiterungs-CRX-Datei herunterladen
Laden Sie 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
The QR Code Generator is a simple and easy to use Chrome Extension, that gives you the possibilities to create different types of QR Codes as PNG images. The currently available types are: * Text * URL * SMS * Phone / Dial * Email * Geolocation * WiFi Network Identification * Contact Have fun :)
Grundlegende Informationen zur Erweiterung
Name | |
ID | bgljigeecopfljpcfbihbgdbmmhigmip |
Offizielle URL | https://chrome.google.com/webstore/detail/qr-code-generator/bgljigeecopfljpcfbihbgdbmmhigmip |
Beschreibung | The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts. |
Dateigröße | 411 KB |
Installationsanzahl | 255 |
Aktuelle Version | 1.2 |
Letztes Update | 2014-07-16 |
Veröffentlichungsdatum | 2014-07-16 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | limepix |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Generator", "short_name": "QRcodegen", "description": "The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.", "version": "1.2", "permissions": [ "http:\/\/devshots.org\/" ], "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/logo_19.png", "38": "images\/logo_38.png", "48": "images\/logo_48.png" }, "default_title": "Generate a QR code", "default_popup": "html\/popup.html" } } |