Easy QR-Code Generator
Make QR Codes from the Current Tab or specified URL.
Qu'est-ce que Easy QR-Code Generator ?
Easy QR-Code Generator est une extension Chrome développée par Benjamin Klein, et sa fonction principale est "Make QR Codes from the Current Tab or specified URL.".
Télécharger le fichier CRX de l'extension Easy QR-Code Generator
Téléchargez les fichiers d'extension Easy 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
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.
Informations de Base sur l'Extension
Nom | |
ID | fjoekbgbgapgnppnlanicmnlfpfgbelo |
URL Officiel | https://chrome.google.com/webstore/detail/easy-qr-code-generator/fjoekbgbgapgnppnlanicmnlfpfgbelo |
Description | Make QR Codes from the Current Tab or specified URL. |
Taille du Fichier | 108 KB |
Nombre d'Installations | 117 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2014-04-28 |
Date de Publication | 2014-04-28 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Benjamin Klein |
Type de Paiement | free |
URL de la Page d'Aide | http://touchdata.net |
Langues Prises en Charge | 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" } |