QR Code Generator
The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.
Qu'est-ce que QR Code Generator ?
QR Code Generator est une extension Chrome développée par limepix, et sa fonction principale est "The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension QR Code Generator
Téléchargez les fichiers d'extension QR Code Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 :)
Informations de Base sur l'Extension
Nom | |
ID | bgljigeecopfljpcfbihbgdbmmhigmip |
URL Officiel | https://chrome.google.com/webstore/detail/qr-code-generator/bgljigeecopfljpcfbihbgdbmmhigmip |
Description | The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts. |
Taille du Fichier | 411 KB |
Nombre d'Installations | 255 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2014-07-16 |
Date de Publication | 2014-07-16 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | limepix |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |