QR Code Generator
Generates QR Code of the open tab
Qu'est-ce que QR Code Generator ?
QR Code Generator est une extension Chrome développée par https://www.tebaide.it, et sa fonction principale est "Generates QR Code of the open tab".
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
Generates QR Code of the open tab and allows you to take the URL easily. QR Code is compatible with all barcode reader for Android and iPhone
Informations de Base sur l'Extension
Nom | QR Code Generator |
ID | afcbogfpjabfpakdggggehomjlkofofc |
URL Officiel | https://chromewebstore.google.com/detail/qr-code-generator/afcbogfpjabfpakdggggehomjlkofofc |
Description | Generates QR Code of the open tab |
Taille du Fichier | 84.83 KB |
Nombre d'Installations | 661 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2013-06-25 |
Date de Publication | 2013-06-25 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://www.tebaide.it |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "description": "Generates QR Code of the open tab", "browser_action": { "default_title": "QR Code Generator", "default_icon": "images\/icon_128.png", "default_popup": "index.html" }, "icons": { "128": "images\/icon_128.png", "24": "images\/icon_24.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png" }, "manifest_version": 2, "name": "QR Code Generator", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "clipboardWrite" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.4" } |