Free QR Code Generator
Fast and simple QR Code Generator
Qu'est-ce que Free QR Code Generator ?
Free QR Code Generator est une extension Chrome développée par https://qr.vp43.ru, et sa fonction principale est "Fast and simple QR Code Generator".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Free QR Code Generator
Téléchargez les fichiers d'extension Free 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
Text link, phone numbers, now all you can encode with this extension! In a matter of seconds you can download, share with a friend qr code, take from your device and read the text from it. Official page http://qr.vp43.ru/ 0.5.0 version New design! With Twitter Bootstrap!
Informations de Base sur l'Extension
Nom | Free QR Code Generator |
ID | ocnmfcnkkcpojobfhhpokjccbjbbmplb |
URL Officiel | https://chromewebstore.google.com/detail/free-qr-code-generator/ocnmfcnkkcpojobfhhpokjccbjbbmplb |
Description | Fast and simple QR Code Generator |
Taille du Fichier | 149 KB |
Nombre d'Installations | 943 |
Version Actuelle | 0.5.2 |
Dernière Mise à Jour | 2014-03-16 |
Date de Publication | 2014-03-16 |
Évaluation | 3.56/5 Total 9 Évaluations |
Développeur | https://qr.vp43.ru |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://qr.vp43.ru/ |
Langues Prises en Charge | en,ru |
manifest.json | |
{ "browser_action": { "default_title": "QR Generator", "default_icon": "icon_19.png", "default_popup": "index.html" }, "icons": { "19": "icon_128.png", "39": "icon_128.png", "48": "icon_128.png", "128": "icon_128.png" }, "manifest_version": 2, "minimum_chrome_version": "17", "name": "Free QR Code Generator", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "__MSG_ext_description__", "default_locale": "en", "version": "0.5.2", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |